1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 22:20:21 +02:00

Merge pull request #41 from Allineer/Allineer-codestyle

First step to follow the PHP Coding Style Guide (PSR-1, PSR-2)
This commit is contained in:
Toby Zerner
2015-01-22 09:02:18 +10:30

View File

@@ -31,3 +31,7 @@ indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false
[*.php]
indent_style = space
indent_size = 4