18 lines
280 B
INI
18 lines
280 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.sh]
|
|
end_of_line = lf
|
|
|
|
[*.{xml,csproj,props,targets,nuspec}]
|
|
max_line_length = 1000
|
|
|
|
[{*.Generated.*.cs,**/Migrations/*.cs}]
|
|
generated_code = true
|