mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 08:27:45 +08:00
18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"semi": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"useTabs": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.css", "*.html", "*.scss"],
|
|
"options": {
|
|
"bracketSameLine": true,
|
|
"printWidth": 120
|
|
}
|
|
}
|
|
]
|
|
}
|