Created
January 30, 2016 19:59
-
-
Save torniker/a7125e26be481a76db45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// Default pattern | |
"start_dir_pattern": "^.*?((?:[\/\\\\][A-Z][^\/\\\\]*)+)$", | |
"namespace_prefix": "App", | |
"exclude_dir": [], | |
// Need the php binary to work | |
"allow_use_from_global_namespace" : true, | |
// Use "inline" to include the namespace just after the <?php opening tag | |
"namespace_position" : "inline", | |
// Sort the list of use statements by their line length | |
"use_sort_length": false, | |
// Visibility of properties generated by the "insert constructor property" | |
// command. "public", "protected" or "private" | |
"visibility": "private" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment