Files
ljkiwi/.editorconfig
2024-02-11 15:31:01 -06:00

12 lines
183 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[{*.lua,*.rockspec,.luacov}]
indent_style = space
indent_size = 3
call_parentheses = nosingletable
max_line_length = 98