# HG changeset patch # User Kim Alvefur # Date 1627476917 -7200 # Node ID a8a878ff361f7aa0d0dfe50cb1a4b0f38acb9a84 # Parent 937cd9cabe21bcb7f73b4edc8fa1db7ca6df09ff lua-format: Add new settings diff -r 937cd9cabe21 -r a8a878ff361f .lua-format --- a/.lua-format Tue Jul 07 18:23:23 2020 +0200 +++ b/.lua-format Wed Jul 28 14:55:17 2021 +0200 @@ -19,8 +19,14 @@ indent_width: 1 keep_simple_control_block_one_line: true keep_simple_function_one_line: true +line_breaks_after_function_body: 1 +line_separator: input single_quote_to_double_quote: false +spaces_around_equals_in_field: true spaces_before_call: 1 +spaces_inside_functioncall_parens: false +spaces_inside_functiondef_parens: false +spaces_inside_table_braces: true table_sep: "," tab_width: 1 use_tab: true