Added locations formatted to ignore

This commit is contained in:
Dev 2024-07-23 14:32:56 +01:00
parent 951655e846
commit 8e31cd9950

View File

@ -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,