astro/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
258 B
INI
Raw Normal View History

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