tea.cuddleslut.fr/.editorconfig
2024-05-02 11:49:56 +02:00

18 lines
320 B
INI

# 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
indent_size = 4
tab_width = 4
max_line_length = 80
[*html]
max_line_length = 120