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