style: add and apply stylua config

Made it compatible with the .editorconfig already present and didn't
introduce any bells and whistles beyond that. Fixed the typo in
.editorconfig indent_style while I was at it.
This commit is contained in:
Oula Kuuva
2023-02-12 17:34:08 +02:00
committed by okuuva
parent 979b6c82f6
commit fc7c13d755
5 changed files with 134 additions and 140 deletions
+5
View File
@@ -0,0 +1,5 @@
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"