git » repo » main » tree

[main] / services / spaces / src / .editorconfig

root = true

[*]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.cs]
csharp_max_line_length = 640
csharp_space_after_cast = false
csharp_space_after_keywords_in_control_flow_statements = false

[*.{csproj,config}]
indent_size = 2
ij_xml_space_inside_empty_tag = true

[*.{js,css,html}]
indent_size = 2

[*.js]
js_space_after_keywords_in_control_flow_statements = false