This file contains hidden or 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
# editorconfig.org | |
# 表明这是最顶层的配置文件,这样才会停止继续向上查找 .editorconfig 文件; | |
# 查找的 .editorconfig 文件是从顶层开始读取的,类似变量作用域的效果,内部 | |
# 的 .editorconfig 文件属性优先级更高 | |
root = true | |
# 指定作用文件格式 - 表示任意文件 ,比如js文件 py文件 php 文件等 | |
[*] |
NewerOlder