UNPKG

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