Last active
December 28, 2015 12:19
-
-
Save omerucel/7499362 to your computer and use it in GitHub Desktop.
Sublime text settings files.
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
| { | |
| "phpcs_executable_path": "/Users/omer/.composer/vendor/bin/phpcs", | |
| "phpcs_linter_run": true, | |
| "phpcs_php_path": "/usr/bin/php", | |
| "phpcs_additional_args": { | |
| "--standard": "PSR2", | |
| "-n": "" | |
| } | |
| } |
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
| { | |
| "path_to_phpunit": "~/.composer/vendor/bin/phpunit" | |
| } |
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Eiffel.tmTheme", | |
| "draw_white_space": "all", | |
| "font_size": 13, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| ], | |
| "line_numbers": true, | |
| "phoenix_color_blue": true, | |
| "phoenix_highlight_current_tab": true, | |
| "rulers": | |
| [ | |
| 80, | |
| 120 | |
| ], | |
| "tab_size": 4, | |
| "theme": "Phoenix Light.sublime-theme", | |
| "translate_tabs_to_spaces": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment