| Adrià Vilanova MartÃnez | 5f7640e | 2021-06-25 01:28:47 +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 | ||||