mirror of
https://github.com/seigler/seigler.github.io
synced 2025-07-28 15:56:09 +00:00
set up hugo / gulp
This commit is contained in:
parent
428032c326
commit
0e7128d088
29 changed files with 3151 additions and 3 deletions
27
.editorconfig
Normal file
27
.editorconfig
Normal file
|
@ -0,0 +1,27 @@
|
|||
# EditorConfig is awesome: http://EditorConfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = false
|
||||
|
||||
[*.svg]
|
||||
insert_final_newline = false
|
||||
|
||||
# Ignore paths
|
||||
[node_modules/**]
|
||||
charset = none
|
||||
end_of_line = none
|
||||
insert_final_newline = none
|
||||
trim_trailing_whitespace = none
|
||||
indent_style = none
|
||||
indent_size = none
|
Loading…
Add table
Add a link
Reference in a new issue