api-client/.editorconfig

12 lines
173 B
INI
Raw Normal View History

2019-08-28 12:18:56 +00:00
# https://editorconfig.org
2019-08-27 21:45:00 +00:00
root = true
[*]
2019-08-30 17:41:01 +00:00
indent_size = 2
indent_style = tab
2019-08-27 21:45:00 +00:00
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true