box-o-sand/.editorconfig

12 lines
164 B
INI
Raw Normal View History

2024-04-15 02:08:23 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 90
[{*.c,*.go}]
indent_style = tab
indent_size = 4