1
0
Fork 0
chezmoi/dot_config/nvim/dot_editorconfig
2022-11-03 15:05:24 +01:00

10 lines
179 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