Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.editorconfig #8

Open
438198602 opened this issue Nov 6, 2018 · 0 comments
Open

.editorconfig #8

438198602 opened this issue Nov 6, 2018 · 0 comments
Labels

Comments

@438198602
Copy link
Owner

root = true

[*]
# 缩进样式 空格
indent_style = space
# 缩进宽度 4个空格
indent_size = 4
# 字符编码 utf-8
charset = utf-8
# 换行符使用 unix 的换行符 \n
end_of_line = lf
# 行尾允许空格
trim_trailing_whitespace = true
# 文件末尾加一个空行
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false        # .md 文件不去掉每行末尾的空格

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant