api/.editorconfig

12 lines
142 B
INI
Raw Normal View History

2021-02-13 17:20:57 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
2021-02-21 16:10:22 +00:00
indent_size = 2
indent_style = space
2021-02-13 17:20:57 +00:00
[*.proto]
2021-02-21 16:10:22 +00:00
indent_size = 2