Created
December 1, 2021 06:24
-
-
Save imzhi/91a291e121e05b54a904ceb7bbb457bf to your computer and use it in GitHub Desktop.
.editorconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Top-most EditorConfig file | |
root = true | |
[*] | |
indent_style = space | |
indent_size = 4 | |
tab_width = 4 | |
end_of_line = lf | |
charset = utf-8 | |
trim_trailing_whitespace = true | |
insert_final_newline = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考资料:
https://editorconfig.org/#supported-properties
https://ask.dcloud.net.cn/article/36070
https://docs.microsoft.com/zh-cn/visualstudio/ide/create-portable-custom-editor-options?view=vs-2022
http://editorconfig.book.trendsoft.org/
https://www.jianshu.com/p/67cd6acadde9