aboutsummaryrefslogtreecommitdiff
path: root/dungeon.code-workspace
blob: 520a09de65afc458942bd28c8ce47ae257ab2fb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "..\\dungeon-server"
		}
	],
	"settings": {
		"haxe.enableExtendedIndentation": true
	}
}