New Ghost folders

This commit is contained in:
Marwolf
2018-08-23 21:58:15 -04:00
parent ab924633ac
commit 301415055d
81 changed files with 9367 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.hbs]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false