UNPKG

231 BPlain TextView Raw
1root = true
2
3[*]
4indent_style = tab
5end_of_line = lf
6charset = utf-8
7trim_trailing_whitespace = true
8insert_final_newline = true
9
10[*.md]
11trim_trailing_whitespace = false
12
13[{package.json,*.yml}]
14indent_style = space
15indent_size = 2