api-client/.editorconfig

14 lines
207 B
INI
Raw Normal View History

2020-08-13 11:20:02 +00:00
# editorconfig.org
2019-08-27 21:45:00 +00:00
root = true
[*]
indent_style = space
2020-08-13 11:20:02 +00:00
indent_size = 2
2019-08-27 21:45:00 +00:00
end_of_line = lf
2020-08-13 11:20:02 +00:00
charset = utf-8
2019-08-27 21:45:00 +00:00
trim_trailing_whitespace = true
2020-08-13 11:20:02 +00:00
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false