keycloak-restrict-client-auth/.editorconfig

12 lines
213 B
INI
Raw Normal View History

2021-05-07 23:50:44 +02:00
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
continuation_indent_size = 4
ij_continuation_indent_size = 4
max_line_length = 120
trim_trailing_whitespace = true