OpenAuth_server/Frontend/.editorconfig
Fabian Stamm 1e2bb83447 Add new profile endpoint
Add some logging output for auth failures
2023-04-07 23:01:56 +02:00

11 lines
158 B
INI

root = true
[*]
indent_style = space
indent_size = 3
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.svelte]
indent_size = 2