This commit is contained in:
2025-01-20 11:18:59 -08:00
parent 8182ce6a24
commit 8efc57cbeb
2 changed files with 19 additions and 25 deletions

View File

@ -6,4 +6,8 @@ indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = false
[*.yml]
indent_style = space
indent_size = 2