Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 63638f58

Přidáno uživatelem Tomáš Ballák před více než 4 roky(ů)

almost done

Zobrazit rozdíly:

website/symfony.code-workspace
6 6
	],
7 7
	"settings": {
8 8
		"php-cs-fixer.onsave": true,
9
		"php-cs-fixer.rules":"@PSR-12",
10
		"php-cs-fixer.config": ".php_cs;.php_cs.dist"
9
		"php-cs-fixer.rules": "@PSR-2",
10
		"php-cs-fixer.config": ".php_cs;.php_cs.dist",
11
		"php-cs-fixer.executablePath": "/home/unknown/projects/aswi2020sebela/website/vendor/bin/php-cs-fixer"
11 12
	},
12 13
	"extensions": {
13 14
		"recommendations": [
......
16 17
			"ikappas.phpcs",
17 18
			"junstyle.php-cs-fixer"
18 19
		]
19
	}
20
	},
21
	"tasks": {
22
		"version": "2.0.0",
23
		"taskName": "Install dependencies",
24
		"type": "shell",
25
		"presentation": {
26
			"reveal": "always",
27
			"panel": "new"
28
		},
29
		"command": "../scripts/composer.sh install",
30
		"windows": {
31
		  "command": "..\\scripts\\composer.bat install"
32
		},
33
    }
20 34
}

Také k dispozici: Unified diff