diff options
author | Volpeon <git@volpeon.ink> | 2021-05-10 16:41:05 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-10 16:41:05 +0200 |
commit | a48d05d1d5fcff414359c8ba6cc8f38467aebdeb (patch) | |
tree | 3542bf116c910a1bb42b40d8531f60c2c2498b08 /.lua-format | |
parent | Update (diff) | |
download | volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.gz volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.bz2 volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.zip |
Refactoring to fully take advantage of Make
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 | ||