mirror of
https://github.com/xHyroM/links.git
synced 2024-11-14 04:28:06 +01:00
17 lines
321 B
Text
17 lines
321 B
Text
|
{
|
||
|
"printWidth": 120,
|
||
|
"semi": true,
|
||
|
"singleQuote": true,
|
||
|
"tabWidth": 2,
|
||
|
"trailingComma": "es5",
|
||
|
"useTabs": true,
|
||
|
"overrides": [
|
||
|
{
|
||
|
"files": [".*", "*.json", "*.md", "*.toml", "*.yml"],
|
||
|
"options": {
|
||
|
"useTabs": false
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|