File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ This plugin will execute the `php-cs-fixer` command on the directory where you l
8
8
** Options available** :
9
9
10
10
``` viml
11
- let g:php_cs_fixer_path = ~/php-cs-fixer.phar " define the path to the php-cs-fixer.phar
12
- let g:php_cs_fixer_level = "all" " which level ?
13
- let g:php_cs_fixer_finder = "SymfonyFinder" " Which finder ?
14
- let g:php_cs_fixer_php_path = "php" " Path to PHP
15
- let g:php_cs_fixer_default_mapping = 1 " Enable the mapping by default (<leader>pcd)
16
- let g:php_cs_fixer_dry_run = 0 " Call command with dry-run option
11
+ let g:php_cs_fixer_path = " ~/php-cs-fixer.phar" " define the path to the php-cs-fixer.phar
12
+ let g:php_cs_fixer_level = "all" " which level ?
13
+ let g:php_cs_fixer_finder = "SymfonyFinder" " Which finder ?
14
+ let g:php_cs_fixer_php_path = "php" " Path to PHP
15
+ let g:php_cs_fixer_default_mapping = 1 " Enable the mapping by default (<leader>pcd)
16
+ let g:php_cs_fixer_dry_run = 0 " Call command with dry-run option
17
17
```
18
18
19
19
Default mapping is ` <leader>pcd `
You can’t perform that action at this time.
0 commit comments