9ec8980bd2
* fix failing format command in CI * adds a check to formatting to ci * ignore the prettier plugin for now * update smoke to remove prettier plugin
17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"printWidth": 180,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"useTabs": true,
|
|
"overrides": [
|
|
{
|
|
"files": [".*", "*.json", "*.md", "*.toml", "*.yml"],
|
|
"options": {
|
|
"useTabs": false
|
|
}
|
|
}
|
|
],
|
|
"pluginSearchDirs": ["./assets"]
|
|
}
|