Completed advanced settings panel for tanker and AWACS

Reformatted files with larger width, reordered unused icons
This commit is contained in:
Pax1601
2024-08-07 15:32:39 +02:00
parent bc5049992a
commit 224dc5a688
158 changed files with 5813 additions and 6404 deletions

View File

@@ -2,5 +2,11 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [ "javascript", "javascriptreact", "html", "typescriptreact" ],
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
"typescriptreact"
],
"prettier.printWidth": 160,
}