blog/.editorconfig
thislight 4bd975796e
All checks were successful
Build & Depoly / Depoly blog (push) Successful in 1m52s
Move to astro
2025-04-11 21:52:23 +08:00

12 lines
No EOL
229 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true