зеркало из https://github.com/wieslawsoltes/SVG.git
19 строки
287 B
INI
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
|