This repository has been archived on 2021-05-18. You can view files and clone it, but cannot push or open issues or pull requests.
website/.editorconfig

18 lines
321 B
INI
Raw Permalink Normal View History

2020-07-02 06:29:34 +02:00
# Configuration file for EditorConfig.
# More information is available under <https://editorconfig.org/>.
root = true
[*]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
[*.html]
indent_size = 2
tab_width = 2
max_line_length = 100