Skip to content

Instantly share code, notes, and snippets.

@Wolfsblvt
Created April 27, 2015 13:02
Show Gist options
  • Save Wolfsblvt/c61f32748a05ced57da0 to your computer and use it in GitHub Desktop.
Save Wolfsblvt/c61f32748a05ced57da0 to your computer and use it in GitHub Desktop.
extension scrutiniuzer config
checks:
php: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
general:
linefeed_character: newline
braces:
classes_functions:
class: undefined
function: undefined
closure: undefined
if:
opening: undefined
for:
opening: undefined
while:
opening: undefined
do_while:
opening: undefined
switch:
opening: undefined
try:
opening: undefined
upper_lower_casing:
keywords:
general: undefined
constants:
true_false_null: undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment