Files
fil/packages/csharp/.editorconfig

11 lines
172 B
INI
Raw Normal View History

2026-06-01 23:40:55 +02:00
root = true
[*.cs]
indent_style = space
indent_size = 4
max_line_length = 120
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true