This commit is contained in:
2025-11-03 23:09:01 -08:00
parent 265e30f438
commit fcb4ae7055
4 changed files with 238 additions and 0 deletions

View File

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