.lua-format 279 B

123456789101112
  1. column_limit: 80
  2. indent_width: 2
  3. use_tab: false
  4. continuation_indent_width: 2
  5. keep_simple_control_block_one_line: false
  6. keep_simple_function_one_line: false
  7. chop_down_parameter: true
  8. chop_down_table: true
  9. column_table_limit: 48
  10. spaces_inside_table_braces: true
  11. line_separator: lf