We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true charset = utf-8 indent_style = space indent_size = 2
https://editorconfig.org/
https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019
The text was updated successfully, but these errors were encountered:
# EditorConfig root = true [*] charset = utf-8 indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true [*.md] trim_trailing_whitespace = false
https://github.com/xgqfrms/web-full-stack/blob/master/.editorconfig
Sorry, something went wrong.
http://git.piaoniu.com/pnc/mweb/issues/4
No branches or pull requests
ESlint 规范
使用spaces 缩进,不要时使用 tab
.editorconfig
插件https://editorconfig.org/
https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options?view=vs-2019
The text was updated successfully, but these errors were encountered: