Added locations formatted to ignore
This commit is contained in:
parent
951655e846
commit
8e31cd9950
@ -33,7 +33,17 @@
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"formatWithErrors": false,
|
||||
"ignore": [],
|
||||
"ignore": [
|
||||
"**/.git",
|
||||
"**/.pkg-cache",
|
||||
"**/.vscode",
|
||||
"**/build",
|
||||
"**/node_modules",
|
||||
"**/types",
|
||||
"**/tests/__cache__",
|
||||
"**/tests/__coverage__",
|
||||
"**/.editorconfig"
|
||||
],
|
||||
"attributePosition": "auto",
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 4,
|
||||
|
Loading…
Reference in New Issue
Block a user