This commit is contained in:
lwark
2025-09-17 07:52:16 -05:00
commit a2ff72dda8
584 changed files with 52247 additions and 0 deletions

34
.editorconfig Normal file
View File

@@ -0,0 +1,34 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 160
max_line_wrap = false
[*.py]
max_line_length = 160
quote_type = double
[*.{scss,js,html}]
indent_style = space
indent_size = 2
quote_type = double
[*.js]
indent_size = 2
quote_type = double
curly_bracket_next_line = false
[**.min.{js,css}]
indent_style = ignore
insert_final_newline = ignore
[Makefile]
indent_style = tab