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

添加默认编码 #26

Open
ismart-yuxi opened this issue Nov 6, 2020 · 1 comment
Open

添加默认编码 #26

ismart-yuxi opened this issue Nov 6, 2020 · 1 comment

Comments

@ismart-yuxi
Copy link

增加 .editorconfig 文件 添加默认编码,在启动时发现GBK乱码问题

# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{adoc,yml}]
indent_size = 2

[script/*]
indent_style = tab
@Snailclimb
Copy link
Owner

增加 .editorconfig 文件 添加默认编码,在启动时发现GBK乱码问题

# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{adoc,yml}]
indent_size = 2

[script/*]
indent_style = tab

可以提交一个pr么?老哥

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

No branches or pull requests

2 participants