OpenAuth_server/.editorconfig

13 lines
187 B
INI
Raw Permalink 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 = true
2020-02-07 18:31:00 +00:00
[*.yml]
indent_size = 2