aglaea/.editorconfig
2025-04-03 08:40:35 +02:00

12 lines
180 B
INI

root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = tab
trim_trailing_whitespace = true
max_line_length = 120
[*.yml]
indent_style = space
indent_size = 2