117a67200c
I keep having to fix my accidental insertion of spaces >_< This configures lots of common editors to treat tabs properly according to the project.
10 lines
142 B
INI
10 lines
142 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|