5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-18 11:50:48 +00:00
panel/.editorconfig

12 lines
146 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab