UNPKG

289 BPlain TextView Raw
1root = true
2
3[*]
4charset = utf-8
5indent_style = space
6indent_size = 2
7end_of_line = lf
8trim_trailing_whitespace = true
9insert_final_newline = true
10
11[Makefile]
12charset = utf-8
13indent_style = tabs
14indent_size = 2
15end_of_line = lf
16trim_trailing_whitespace = true
17insert_final_newline = false