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
https://howiezhao.github.io/2018/09/23/what-is-editorconfig/
开发同一项目的不同的人,可能会使用不同的编辑器,又会有不同的设置,这就会造成不同的代码格式,为了统一同一项目的代码格式,由此诞生了 EditorConfig ,它包含了一个用于定义代码格式的文件和一批编辑器插件,这些插件可以让编辑器读取配置文件并依此格式化代码。 一个典型的 EditorConfig 配置文件如下所示: 123456789101112131415161718192021222324
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://howiezhao.github.io/2018/09/23/what-is-editorconfig/
开发同一项目的不同的人,可能会使用不同的编辑器,又会有不同的设置,这就会造成不同的代码格式,为了统一同一项目的代码格式,由此诞生了 EditorConfig ,它包含了一个用于定义代码格式的文件和一批编辑器插件,这些插件可以让编辑器读取配置文件并依此格式化代码。 一个典型的 EditorConfig 配置文件如下所示: 123456789101112131415161718192021222324
The text was updated successfully, but these errors were encountered: