Skip to content

Instantly share code, notes, and snippets.

@bessarabov
Created November 2, 2016 18:31
Show Gist options
  • Save bessarabov/1c889f2103101b995ca3cb9abe44d614 to your computer and use it in GitHub Desktop.
Save bessarabov/1c889f2103101b995ca3cb9abe44d614 to your computer and use it in GitHub Desktop.
{
# hash
hash_separator => ' => ',
align_hash => 0,
# array
index => 0,
# hash&array
end_separator => 1,
# scalar
scalar_quotes => "'",
# smth
use_prototypes => 0,
return_value => 'void',
#caller_info => 1,
class => {
inherited => 'none', # none, all, private, public
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment