JsonRPC/.editorconfig

16 lines
208 B
INI
Raw Permalink Normal View History

root=true
[*]
charset = utf-8
end_of_line = lf
indent_size = 3
indent_style = space
insert_final_newline = true
[*.yml]
indent_size = 2
[*.md]
indent_size = 2
2022-07-16 21:03:27 +00:00
[*.zig]
indent_size = 4
2022-12-11 21:45:56 +00:00
[*.dart]
indent_size = 2