chore: update formatting

This commit is contained in:
2024-12-03 09:48:55 -05:00
parent b1ddf58f5d
commit 4f0c911019
+4
View File
@@ -8,6 +8,10 @@ indent_style = space
indent_size = 3 indent_size = 3
max_line_length = 80 max_line_length = 80
trim_trailing_whitespace = true trim_trailing_whitespace = true
tab_width = 3
[*.lua]
max_line_length = 120
[yaml] [yaml]
indent_size = 2 indent_size = 2