RoboidControl-csharp/.editorconfig
2025-01-01 09:58:15 +01:00

15 lines
281 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.cs]
csharp_new_line_before_open_brace = none