OpenAuth_server/.editorconfig

12 lines
186 B
INI
Raw Normal View History

2020-02-07 18:31:00 +00:00
root = true
[*]
indent_style = space
indent_size = 3
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.yml]
indent_size = 2