This repository has been archived on 2021-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
wendys-racing-horses/backend/.editorconfig

14 lines
225 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
[{*.yml,*.yaml,*.json,*.sql}]
indent_style=space
indent_size=2