зеркало из https://github.com/Azure/ALZ-Bicep.git
30 строки
543 B
INI
30 строки
543 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
|
|
|
|
[**/policy/definitions/lib/**]
|
|
indent_size = 2
|
|
charset = unset
|
|
end_of_line = unset
|
|
trim_trailing_whitespace = unset
|
|
insert_final_newline = unset
|
|
|
|
[**/policy/assignments/lib/**]
|
|
indent_size = 2
|
|
charset = unset
|
|
end_of_line = unset
|
|
trim_trailing_whitespace = unset
|
|
insert_final_newline = unset
|