blob: 24f122a8d43bbae5c2030dbd40f16049623ac7be [file] [log] [blame]
Leela vadlamudia3845a92020-12-01 13:04:53 +05301# Root editor config file
2root = true
3
4# Common settings
5[*]
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true
9charset = utf-8
10
11# python, js indentation settings
12[{*.py,*.js}]
13indent_style = tab
14indent_size = 4