2018-05-16 17:07:52 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = crlf
|
|
|
|
tab_width = 4
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.xml]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[*.xaml]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[*.cs]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[*.json]
|
2018-08-21 23:28:43 +03:00
|
|
|
indent_style = tab
|