NetCoreToolService/.editorconfig

26 строки
328 B
INI

root = true
[*]
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
charset = utf-8
[*.{csproj,props,targets,DotSettings}]
indent_size = 2
[*.cs]
indent_size = 4
[*.yaml]
indent_size = 2
[*.ps1]
indent_size = 4
[*.json]
indent_size = 2
[Dockerfile,*.sh]
end_of_line = lf