1
0
Fork 0
chezmoi/dot_config/nvim/dot_editorconfig
2022-11-04 20:38:55 +01:00

9 lines
178 B
Text

root = true
[*.lua]
indent_style = space
indent_size = 2
tab_width = 4
quote_style = single
insert_final_newline = true
call_arg_parentheses = keep
table_separator_style = comma