diff options
Diffstat (limited to '.lua-format')
-rw-r--r-- | .lua-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.lua-format b/.lua-format new file mode 100644 index 0000000..64a9b5c --- /dev/null +++ b/.lua-format | |||
@@ -0,0 +1,5 @@ | |||
1 | column_limit: 100 | ||
2 | align_args: false | ||
3 | align_parameter: false | ||
4 | spaces_inside_table_braces: true | ||
5 | extra_sep_at_table_end: true | ||