blob: e5dd176d81b836628a6ab8455a1e0d18bfdbecf4 [file] [log] [blame]
avm99963f01af0e2020-12-26 23:11:10 +01001root = true
2
3[*]
4end_of_line = lf
5insert_final_line = true
6charset = utf-8
7
8[*.{sh,bash}]
9indent_style = space
10indent_size = 2
11switch_case_indent = true
12
13[*.{html,css,js,json}]
14indent_style = space
15indent_size = 2