0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.editorconfig

16 lines
265 B
INI
Raw Normal View History

# https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
2021-12-22 16:11:05 -05:00
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
2021-12-22 16:11:05 -05:00
trim_trailing_whitespace = false
[{.*,*.md,*.json,*.toml,*.yml,*.json5}]
2021-12-22 16:11:05 -05:00
indent_style = space