template-web-astro/.editorconfig
Florian Bouillon 8a197f1431
All checks were successful
Build, check & Test / run (push) Successful in 1m52s
chore: Add end of line to editorconfig
2023-10-09 08:02:27 +00:00

16 lines
236 B
INI

root = true
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
end_of_line = lf
# Yaml Standard
[*.{yaml,yml}]
indent_style = space
indent_size = 2