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