[TGUI] Added prettierx

This commit is contained in:
Casey
2022-06-25 17:57:28 -04:00
committed by CHOMPStation2
parent 0c9b70b451
commit da183d8607
441 changed files with 16329 additions and 22443 deletions

22
.editorconfig Normal file
View File

@@ -0,0 +1,22 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{dme,dmf,dmm,dm}]
end_of_line = crlf
indent_style = tab
[*.md]
trim_trailing_whitespace = false
[*.py]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2