diff dot_config/lua-format/conf.yml @ 379:2a8195e14cad

Add lua-format config for efm
author zegervdv <zegervdv@me.com>
date Sat, 10 Apr 2021 11:14:49 +0200
parents
children e258ef0fb4cd
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dot_config/lua-format/conf.yml	Sat Apr 10 11:14:49 2021 +0200
@@ -0,0 +1,11 @@
+column_limit: 100
+indent_width: 2
+use_tab: false
+chop_down_parameter: true
+break_before_functionref_rp: true
+chop_down_table: true
+table_sep: ','
+extra_sep_at_table_end: true
+double_quote_to_single_quote: true
+spaces_before_call: 1
+spaces_inside_table_braces: true