DotNetTools/.editorconfig

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

2017-02-03 21:15:28 +03:00
# EditorConfig is awesome:http://EditorConfig.org
2017-02-03 21:15:28 +03:00
# top-most EditorConfig file
root = true
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
2017-02-03 21:15:28 +03:00
insert_final_newline = true
2017-02-03 21:15:28 +03:00
[*.cs]
indent_size = 4
2017-02-03 21:15:28 +03:00
dotnet_sort_system_directives_first = true:warning
2017-02-03 21:15:28 +03:00
# Xml files
[*.{csproj,config,props,targets,ruleset,config,resx,xml}]
indent_size = 2
2017-02-03 21:15:28 +03:00
[*.{json, yml}]
indent_size = 2
2017-02-03 21:15:28 +03:00
[*.{ps1,sh}]
indent_size = 4