Mercurial > dotfiles
annotate dot_config/lua-format/conf.yml @ 734:485de5dc7ef2
feat: configure fold/folder icons for diffview
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 17 Dec 2022 16:13:07 +0100 |
parents | e258ef0fb4cd |
children |
rev | line source |
---|---|
379 | 1 column_limit: 100 |
2 indent_width: 2 | |
3 use_tab: false | |
4 chop_down_parameter: true | |
5 break_before_functionref_rp: true | |
6 chop_down_table: true | |
673
e258ef0fb4cd
Add prettier config (#1)
Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
parents:
379
diff
changeset
|
7 table_sep: "," |
379 | 8 extra_sep_at_table_end: true |
9 double_quote_to_single_quote: true | |
10 spaces_before_call: 1 | |
11 spaces_inside_table_braces: true |