uno/.editorconfig

36 строки
459 B
INI
Исходник Обычный вид История

2018-05-24 21:53:31 +03:00
root = true
[*]
end_of_line = crlf
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
2018-06-29 20:32:07 +03:00
[{*.xaml, *.xml, *.targets, *.props}]
2018-05-24 21:53:31 +03:00
indent_style = tab
2018-06-29 20:32:07 +03:00
[{*.cs, *.tt}]
2018-05-24 21:53:31 +03:00
indent_style = tab
2018-06-29 20:32:07 +03:00
[{*.ts, *.json}]
2018-05-24 21:53:31 +03:00
indent_style = tab
2018-06-29 20:32:07 +03:00
[*.csproj]
indent_style = tab
tab_width = 2
indent_size = 2
[*.js]
indent_style = space
[*.css]
indent_style = space
tab_width = 2
indent_size = 2
[{*.yml, *.yaml}]
2018-06-29 20:32:07 +03:00
indent_style = space
[*.md]
indent_style = space