Skip to content

Instantly share code, notes, and snippets.

@omerucel
Last active December 28, 2015 12:19
Show Gist options
  • Select an option

  • Save omerucel/7499362 to your computer and use it in GitHub Desktop.

Select an option

Save omerucel/7499362 to your computer and use it in GitHub Desktop.
Sublime text settings files.
{
"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": ""
}
}
{
"path_to_phpunit": "~/.composer/vendor/bin/phpunit"
}
{
"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