avm99963 | b69eb3d | 2020-08-20 02:03:44 +0200 | [diff] [blame] | 1 | root = true |
2 | |||||
3 | [*] | ||||
4 | end_of_line = lf | ||||
5 | insert_final_line = true | ||||
6 | charset = utf-8 | ||||
7 | |||||
8 | [*.{sh,bash}] | ||||
9 | indent_style = space | ||||
10 | indent_size = 2 | ||||
11 | switch_case_indent = true | ||||
12 | |||||
13 | [*.{html,css,js,json}] | ||||
14 | indent_style = space | ||||
15 | indent_size = 2 |