File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Vim-php-cs-fixer by steph_py
3
3
4
4
Integrate [ php-cs-fixer] ( https://github.com/fabpot/PHP-CS-Fixer ) created by fabpot.
5
5
6
+ This plugin will execute the php-cs-fixer fix command on the directory where you launch the command.
7
+
6
8
Options available:
7
9
8
10
``` viml
@@ -15,8 +17,6 @@ let g:php_cs_fixer_default_mapping = 1 " Enable the mapping by default
15
17
16
18
Default mapping is ` <leader>pcd `
17
19
18
- ** You have to launch this command at the root of your project**
19
-
20
20
If you want to change it:
21
21
22
22
``` viml
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if (!exists("g:php_cs_fixer_level"))
7
7
endif
8
8
9
9
if (! exists (" g:php_cs_fixer_finder" ))
10
- let g: php_cs_fixer_finder = " Symfony21Finder "
10
+ let g: php_cs_fixer_finder = " SymfonyFinder "
11
11
endif
12
12
13
13
if (! exists (" g:php_cs_fixer_php_path" ))
You can’t perform that action at this time.
0 commit comments