ci: add formatting check ci

This commit is contained in:
amrbashir
2022-05-15 14:37:47 +02:00
parent 2321d1f1f7
commit 7150b700c2
3 changed files with 26 additions and 1 deletions

5
.stylua.toml Normal file
View File

@@ -0,0 +1,5 @@
column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"