提交 8fe8e9c5 编写于 作者: C codecalm

.editorconfig file

上级 402495bb
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs.
# editorconfig.org
root = true
[*]
# We recommend you to keep these unchanged.
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
[package.json]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
\ No newline at end of file
......@@ -23,6 +23,7 @@ plugins:
#- jekyll-toc
exclude:
- .editorconfig
- buddy.yml
- package.json
- gulpfile.js
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册