change to hugo-blog-awesome theme
This commit is contained in:
parent
113e3650f1
commit
15b6142a8e
131 changed files with 5895 additions and 124 deletions
16
themes/hugo-blog-awesome/.editorconfig
Normal file
16
themes/hugo-blog-awesome/.editorconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
# https://editorconfig.org
|
||||
|
||||
# Declare this as the top-level EditorConfig file
|
||||
root = true
|
||||
|
||||
# Set defaults (applicable for all files)
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
# [*.md]
|
||||
# trim_trailing_whitespace = false
|
Loading…
Add table
Add a link
Reference in a new issue