aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: abef51aff7b18ea2458658d5115ab3bd8c4bd82f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"haxe.configurations": [
		["build-server.hxml"]
	],
	"search.exclude": {
		"build": true,
		"res/temp": true,
		"res/client.js": true
	},
	"[haxe]": {
		"editor.formatOnSave": true,
		"editor.codeActionsOnSave": {
			"source.organizeImports": "explicit",
			"source.fixAll": "explicit"
		}
	},
	"[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