Uno.SourceGeneration/.editorconfig

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

2018-05-18 22:22:16 +03:00
root = true
[*]
end_of_line = crlf
tab_width = 4
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
[*.md]
indent_style = space
[*.ps1]
indent_style = space
[*.xml]
indent_style = tab
[*.targets]
indent_style = tab
2018-05-22 20:08:09 +03:00
[*.nuspec]
indent_style = tab
2018-05-18 22:22:16 +03:00
[*.config]
indent_style = tab
[*.cs]
indent_style = tab
[*.json]
2018-05-22 20:08:09 +03:00
indent_style = tab