comparison dot_config/lua-format/conf.yml @ 673:e258ef0fb4cd

Add prettier config (#1) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Thu, 29 Sep 2022 23:03:11 +0200
parents 2a8195e14cad
children
comparison
equal deleted inserted replaced
672:627d2040c3ff 673:e258ef0fb4cd
2 indent_width: 2 2 indent_width: 2
3 use_tab: false 3 use_tab: false
4 chop_down_parameter: true 4 chop_down_parameter: true
5 break_before_functionref_rp: true 5 break_before_functionref_rp: true
6 chop_down_table: true 6 chop_down_table: true
7 table_sep: ',' 7 table_sep: ","
8 extra_sep_at_table_end: true 8 extra_sep_at_table_end: true
9 double_quote_to_single_quote: true 9 double_quote_to_single_quote: true
10 spaces_before_call: 1 10 spaces_before_call: 1
11 spaces_inside_table_braces: true 11 spaces_inside_table_braces: true