UNPKG

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