access-controller/.editorconfig
2021-02-04 20:01:35 +03:00

17 lines
245 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
[**.py]
indent_size = 4
[**.{html,css,js}]
indent_size = 2
trim_trailing_whitespace = true