cmatrix/.editorconfig

9 lines
155 B
INI
Raw Permalink Normal View History

2022-10-17 20:14:33 +00:00
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
indent_style = space
indent_size = 2