OpenAuth_views/.editorconfig

11 lines
158 B
INI
Raw Normal View History

2019-08-06 17:08:07 +02:00
root = true
[*]
indent_style = space
indent_size = 3
charset = utf-8
trim_trailing_whitespace = false
2020-03-11 13:54:13 +01:00
insert_final_newline = true
2020-02-07 19:30:52 +01:00
[*.svelte]
indent_size = 2