homepage/.editorconfig
洛天依 3b79959275
All checks were successful
CI / Deploy (push) Successful in 5s
initial commit
2025-01-21 20:53:58 +00:00

16 lines
268 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.md,*.yml,*.yaml}]
indent_size = 2