mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 12:10:37 +08:00
28 lines
477 B
Plaintext
28 lines
477 B
Plaintext
{
|
|
"printWidth": 80,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"requirePragma": false,
|
|
"insertPragma": false,
|
|
"proseWrap": "preserve",
|
|
"overrides": [
|
|
{
|
|
"files": "*.js",
|
|
"options": {
|
|
"parser": "babel"
|
|
}
|
|
},
|
|
{"files": "*.scss",
|
|
"options": {
|
|
"parser": "css"
|
|
}
|
|
}
|
|
]
|
|
}
|