init.lua/.editorconfig

12 lines
151 B
INI
Raw Normal View History

2024-07-04 16:06:30 -04:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.lua]
indent_style = space
indent_size = 2
quote_style = single
max_line_length = 120