diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2020-11-02 02:28:13 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2020-11-02 02:28:13 -0300 |
| commit | ecf11cdaa7d07bbc8ede4c45444bd3f4ebc13a17 (patch) | |
| tree | c2b2a3c2581f0ae4764820a56146998d7b879444 /lua/.lua-format | |
| download | gruvbox-ecf11cdaa7d07bbc8ede4c45444bd3f4ebc13a17.tar.gz gruvbox-ecf11cdaa7d07bbc8ede4c45444bd3f4ebc13a17.tar.xz | |
initial commit, veeeeeeery alpha stage
Diffstat (limited to 'lua/.lua-format')
| -rw-r--r-- | lua/.lua-format | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/.lua-format b/lua/.lua-format new file mode 100644 index 0000000..d9a95b3 --- /dev/null +++ b/lua/.lua-format @@ -0,0 +1,9 @@ +align_table_field: true +column_limit: 88 +continuation_indent_width: 2 +extra_sep_at_table_end: true +indent_width: 2 +chop_down_table: true +keep_simple_function_one_line: false +keep_simple_control_block_one_line: false +tab_width: 2 |
