build: add formatter

This commit is contained in:
xHyroM 2023-04-09 15:40:04 +02:00
parent eea36abb25
commit 77abbeef50
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -11,5 +11,13 @@
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "tab",
"indentSize": 2,
"lineWidth": 80,
"ignore": []
}
}