aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 047e16b..575d45b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,10 +1,24 @@
{
"haxe.configurations": [
- ["build-server.hxml"]
+ ["build-server.hxml"]
],
"search.exclude": {
"build": true,
"res/temp": true,
"res/client.js": true
- }
+ },
+ "[haxe]": {
+ "editor.formatOnSave": true,
+ "editor.codeActionsOnSave": {
+ "source.organizeImports": true
+ }
+ },
+ "[html]": {
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "vscode.html-language-features"
+ },
+ "[css]": {
+ "editor.formatOnSave": true,
+ "editor.defaultFormatter": "HookyQR.beautify"
+ },
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage