Skip to content

Instantly share code, notes, and snippets.

View Rabbitzzc's full-sized avatar
🙃
seize the day!

Rabbitzzc Rabbitzzc

🙃
seize the day!
View GitHub Profile
@Rabbitzzc
Rabbitzzc / .editorconfig
Last active September 1, 2020 02:02
前端editor统一代码风格配置
# editorconfig.org
# 表明这是最顶层的配置文件,这样才会停止继续向上查找 .editorconfig 文件;
# 查找的 .editorconfig 文件是从顶层开始读取的,类似变量作用域的效果,内部
# 的 .editorconfig 文件属性优先级更高
root = true
# 指定作用文件格式 - 表示任意文件 ,比如js文件 py文件 php 文件等
[*]