aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: 4c1a0e92891ad78ced79475cd290850529be6355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"search.exclude": {
		"export/**/*.hx": true
	},
	"[haxe]": {
		"editor.formatOnSave": true,
		"editor.formatOnPaste": true,
		"editor.codeActionsOnSave": {
			"source.sortImports": true
		}
	},
	"haxe.enableExtendedIndentation": true
}