Add stylua config

This commit is contained in:
FollieHiyuki
2022-02-22 22:26:32 +07:00
parent 758944ebc6
commit 142963e97c

6
stylua.toml Normal file
View File

@@ -0,0 +1,6 @@
column_width = 120
line_endings = 'Unix'
indent_type = 'Spaces'
indent_width = 2
quote_style = 'AutoPreferSingle'
call_parentheses = 'None'