2022-10-03 10:11:35 +03:00
|
|
|
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
|
2022-10-20 23:09:03 +03:00
|
|
|
|
|
|
|
[**/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
|