blob: e5dd176d81b836628a6ab8455a1e0d18bfdbecf4 [file] [log] [blame]
Adrià Vilanova Martínez5f7640e2021-06-25 01:28:47 +02001root = 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