We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183e6a3 commit 340bbbcCopy full SHA for 340bbbc
.lua-format.yaml
@@ -0,0 +1,8 @@
1
+# https://github.com/Koihik/LuaFormatter/blob/master/docs/Style-Config.md
2
+break_after_functioncall_lp: true
3
+break_before_functioncall_rp: true
4
+extra_sep_at_table_end: true
5
+break_after_operator: false
6
+spaces_inside_table_braces: true
7
+align_args: false
8
+align_parameter: false
justfile
@@ -0,0 +1,2 @@
+lua-format:
+ lua-format -i -c ./.lua-format.yaml $(find . -type f -name '*.lua')
0 commit comments