37 строки
695 B
INI
37 строки
695 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 2
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[**/src/carml/**]
|
|
indent_size = unset
|
|
charset = unset
|
|
end_of_line = unset
|
|
trim_trailing_whitespace = unset
|
|
insert_final_newline = unset
|
|
|
|
[main.bicep.parameters.md]
|
|
indent_size = unset
|
|
charset = unset
|
|
end_of_line = unset
|
|
trim_trailing_whitespace = unset
|
|
insert_final_newline = unset
|
|
|
|
[/src/self/subResourcesWrapper/readme.md]
|
|
indent_size = unset
|
|
charset = unset
|
|
end_of_line = unset
|
|
trim_trailing_whitespace = unset
|
|
insert_final_newline = unset
|