mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
14 lines
189 B
Plaintext
14 lines
189 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.css", "*.html", "*.scss"],
|
|
"options": {
|
|
"bracketSameLine": true
|
|
}
|
|
}
|
|
]
|
|
}
|