Skip to content

Commit 233715d

Browse files
committed
Add "Configuration" section for indentation style.
I believe this tip (thanks to mallt) should have greater visibility. Please note the TODO item. I'm guessing a post-hook is what you'll choose to recommend.
1 parent 8759aac commit 233715d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ Load `php-mode` synchronously from a specific path. It will load 10 times the s
100100
(add-to-list 'load-path (expand-file-name "~/path/to/php-mode"))
101101
```
102102

103+
### Configuration
104+
105+
PHP Mode's default style might not be what you expect. Before filing a bug, please try the following: `C-h v php-mode-coding-style`, to get the list of available styles. Then use `M-x php-set-style` for each of these, to check to see if one of them is to your liking. Use `TODO: Please comment on what config method you'd like to recommend to users`
106+
103107
Reporting Bugs
104108
--------------
105109

0 commit comments

Comments
 (0)