SVG/Source/.editorconfig

19 строки
287 B
INI

root = true
[*]
indent_style = space
[*.cs]
charset = utf-8-bom
end_of_line = crlf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{xml,svg}]
charset = utf-8
end_of_line = crlf
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true