1
0
Fork 0
chezmoi/dot_config/nvim/dot_editorconfig

13 lines
260 B
Text

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