init commit

This commit is contained in:
Liu Yue
2019-08-04 14:49:28 +08:00
commit a38536f964
4 changed files with 791 additions and 0 deletions

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,markdown}]
trim_trailing_whitespace = false
[*.{yaml,yml}]
indent_size = 2
indent_style = space