1
0
mirror of https://github.com/zws-im/zws.git synced 2026-04-24 19:03:57 +02:00
Files
zws/.editorconfig
T
Jonah Snider aff7bb8827 feat: release API v2
BREAKING CHANGE: API v1 endpoints are no longer totally compatible, you should upgrade to v2
2021-02-21 13:12:32 -08:00

17 lines
226 B
INI

root = true
[*]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{y,ya}ml]
indent_style = space
[*.sql]
indent_style = space
indent_size = 4