@ -69,34 +69,34 @@ coding_style:
size: 4
switch:
indent_case: true
spaces:
# spaces:
general:
# general:
linefeed_character: newline
# linefeed_character: newline
around_operators:
# around_operators:
concatenation: false
# concatenation: false
braces:
# braces:
classes_functions:
# classes_functions:
class: new-line
# class: new-line
function: new-line
# function: new-line
closure: end-of-line
# closure: end-of-line
if:
# if:
opening: end-of-line
# opening: end-of-line
for:
# for:
while:
# while:
do_while:
# do_while:
# switch:
try:
# try:
#
upper_lower_casing:
# upper_lower_casing:
keywords:
# keywords:
general: lower
# general: lower
constants:
# constants:
true_false_null: lower
# true_false_null: lower
#tools:
# php_mess_detector: