forked from luca/mineqtt
1
0
Fork 0
mineqtt/.editorconfig

12 lines
157 B
INI
Raw Normal View History

2024-09-05 14:52:59 +02:00
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.lua]
indent_style = space
indent_size = 4