1
0
oop-2-labs/.editorconfig

17 lines
271 B
INI

root=true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true
dotnet_style_operator_placement_when_wrapping = beginning_of_line
tab_width = 4
[*.cs]
indent_style = space
indent_size = 4