capturetheflag/.editorconfig

11 lines
148 B
INI
Raw Normal View History

2019-12-07 15:21:41 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 90
tab_width = 4