зеркало из https://github.com/Azure/benchpress.git
34 строки
571 B
INI
34 строки
571 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
|
|
[*.cs]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{ts,tsx,js}]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[.resx]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|