Added locations formatted to ignore

This commit is contained in:
Dev 2024-07-23 14:32:56 +01:00 committed by Refringe
parent 94c6c3d783
commit e11fd8fa22
No known key found for this signature in database

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,