UNPKG

264 BPlain TextView Raw
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6indent_style = tab
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10tab_width = 4
11
12[*.json]
13indent_style = space
14indent_size = 2
15
16[*.yml]
17indent_style = space
18indent_size = 2