UNPKG

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