aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index abef51a..6bb8af7 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -8,11 +8,12 @@
"res/client.js": true
},
"[haxe]": {
- "editor.formatOnSave": true,
- "editor.codeActionsOnSave": {
- "source.organizeImports": "explicit",
- "source.fixAll": "explicit"
- }
+ "editor.formatOnSave": true,
+ "editor.formatOnPaste": false
+ },
+ "editor.codeActionsOnSave": {
+ "source.sortImports": "explicit",
+ "source.fixAll": "explicit"
},
"[html]": {
"editor.formatOnSave": true,
@@ -20,6 +21,6 @@
},
"[css]": {
"editor.formatOnSave": true,
- "editor.defaultFormatter": "HookyQR.beautify"
+ "editor.defaultFormatter": "vscode.css-language-features"
},
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage