12 lines
218 B
Text
12 lines
218 B
Text
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.json", "*.md", "*.yml", "*.yaml"],
|
|
"options": { "useTabs": false, "tabWidth": 2 }
|
|
}
|
|
]
|
|
}
|