.editorconfig (166B)
1 # top-most EditorConfig file 2 root = true 3 4 [*] 5 charset = utf-8 6 end_of_line = lf 7 insert_final_newline = true 8 indent_style = tab 9 indent_size = 4 10 tab_width = 4