1
0
Fork 0
chezmoi/dot_config/nvim/dot_editorconfig
2023-03-31 12:22:49 +02:00

12 lines
228 B
Text

root = true
[*.lua]
indent_style = space
indent_size = 2
tab_width = 2
max_line_length = 120
insert_final_newline = true
continuation_indent = 2
quote_style = single
call_arg_parentheses = keep
trailing_table_separator = smart