Files
DefectingCat.github.io/.editorconfig
DefectingCat 112dcc73b4 Add projects page
Update project item styles

Update project page layout

Fix about page loading backgourd color wrong in dark mode

Add project page
2022-10-27 15:55:30 +08:00

13 lines
231 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 = false