aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/.lua-format
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/.lua-format')
-rw-r--r--.config/nvim/.lua-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/.lua-format b/.config/nvim/.lua-format
index 0c78da7..68bc960 100644
--- a/.config/nvim/.lua-format
+++ b/.config/nvim/.lua-format
@@ -19,9 +19,9 @@ break_before_functiondef_rp: false
align_table_field: true
break_after_table_lb: true
break_before_table_rb: true
-chop_down_table: false
+chop_down_table: true
chop_down_kv_table: true
-table_sep: ","
+table_sep: ";"
extra_sep_at_table_end: true
column_table_limit: 80
spaces_inside_table_braces: true