aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2021-07-04 03:59:50 +0300
committerRblSb <msrblsb@gmail.com>2021-07-05 17:04:25 +0300
commitede45cea8706eb8540e466df9861c2af8ebf9c44 (patch)
tree74a20a6f082173378f918b48b08542881f31749a /.vscode/settings.json
parent265b3e1fb56bb0e5f797b3b35227a616b108a0c3 (diff)
Reformat
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