aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2019-11-24 11:58:37 +0100
committerClaude <longneck@scratchbook.ch>2019-11-24 11:58:37 +0100
commit26cd691cea0057de666a05db3a1fc4ae9dba5edf (patch)
tree8e4e99d2e5db98c7d70fa60e2ad3b8c1e6f69bb1 /doc
parentc687068fd45ac7a9d1b8a7f4467ae68f5fa032f3 (diff)
downloadstikked-fit-26cd691cea0057de666a05db3a1fc4ae9dba5edf.tar.gz
stikked-fit-26cd691cea0057de666a05db3a1fc4ae9dba5edf.tar.bz2
stikked-fit-26cd691cea0057de666a05db3a1fc4ae9dba5edf.zip
apply new code formatter
phpfmt using PSR-2 coding style
Diffstat (limited to 'doc')
-rw-r--r--doc/DEVELOPMENT.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/DEVELOPMENT.md b/doc/DEVELOPMENT.md
index 4100351..d9d21e7 100644
--- a/doc/DEVELOPMENT.md
+++ b/doc/DEVELOPMENT.md
@@ -2,9 +2,5 @@ You want to improve Stikked? Always welcome! Send us your pull request and you w
Some guidelines:
-* For PHP only files (not views/themes), please run the PHP Beautifier (http://pear.php.net/package/PHP_Beautifier) with the following parameters:
-```
-php_beautifier --indent_tabs -l "IndentStyles(style=bsd) ArrayNested() NewLines(before=function:T_CLASS:if,after=T_COMMENT) ListClassFunction()"
-```
-* Optionally, use https://phpbeautifier.com/ with "Allman style" formatting for smaller segments of PHP-only code
+* Coding style: PSR-2. For PHP files (not views/themes), please run phpfmt (https://marketplace.visualstudio.com/items?itemName=kokororin.vscode-phpfmt).
* Other people may modify your contribution. Don't take that personal; we all want to improve Stikked. Your input is always welcome!

© 2014-2024 Faster IT GmbH | imprint | privacy policy