mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Added locations formatted to ignore
This commit is contained in:
parent
951655e846
commit
8e31cd9950
@ -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