source/projects/kook/.editorconfig

9 lines
124 B
INI
Raw Normal View History

2021-08-03 14:43:19 +00:00
root=true
[*]
indent_style=space
indent_size=2
trim_trailing_whitespace=true
insert_final_newline=true
max_line_length=100