forked from DigitalKwarts/classy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscrutinizer.yml
35 lines (34 loc) · 900 Bytes
/
scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
filter:
excluded_paths:
- 'vendor/*'
checks:
php: true
coding_style:
php:
indentation:
general:
use_tabs: true
braces:
classes_functions:
class: end-of-line
function: end-of-line
closure: end-of-line
if:
opening: end-of-line
else_on_new_line: true
for:
opening: end-of-line
while:
opening: end-of-line
do_while:
opening: end-of-line
while_on_new_line: true
switch:
opening: end-of-line
try:
opening: end-of-line
catch_on_new_line: true
finally_on_new_line: true
upper_lower_casing:
keywords:
general: lower