Leela vadlamudi | a3845a9 | 2020-12-01 13:04:53 +0530 | [diff] [blame] | 1 | # Root editor config file |
2 | root = true | ||||
3 | |||||
4 | # Common settings | ||||
5 | [*] | ||||
6 | end_of_line = lf | ||||
7 | insert_final_newline = true | ||||
8 | trim_trailing_whitespace = true | ||||
9 | charset = utf-8 | ||||
10 | |||||
11 | # python, js indentation settings | ||||
12 | [{*.py,*.js}] | ||||
13 | indent_style = tab | ||||
14 | indent_size = 4 |