Skip to content

Commit 35c2536

Browse files
committed
Update README.md
1 parent 91c35a9 commit 35c2536

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ This plugin will execute the `php-cs-fixer` command on the directory where you l
88
**Options available**:
99

1010
```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
1717
```
1818

1919
Default mapping is `<leader>pcd`

0 commit comments

Comments
 (0)