clash-verge-rev/.editorconfig

14 lines
179 B
INI
Raw Normal View History

2021-12-06 10:31:17 +08:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
2022-11-12 11:37:23 +08:00
[*.rs]
charset = utf-8
end_of_line = lf
indent_size = 4
insert_final_newline = true