24 строки
293 B
INI
24 строки
293 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
|