We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d43b20 commit 7fa6168Copy full SHA for 7fa6168
README.md
@@ -6,3 +6,12 @@ HDNET Coding Standars für PHP
6
brew tap HDNET/homebrew-hdnet
7
brew install hdnet-coding-standards
8
```
9
+### Team Black
10
+CodingStandard setzen
11
+```sh
12
+ phpcs --config-set default_standard HDNETBlack
13
+```
14
+GitTemplate Standard setzen
15
16
+ git config --global init.templatedir `brew --prefix`/opt/hdnet-coding-standards/share/git-templates/template-black/
17
0 commit comments