Skip to content

Instantly share code, notes, and snippets.

@krisanalfa
Last active October 24, 2016 07:26
Show Gist options
  • Select an option

  • Save krisanalfa/37ceeec1579430fe6d8b to your computer and use it in GitHub Desktop.

Select an option

Save krisanalfa/37ceeec1579430fe6d8b to your computer and use it in GitHub Desktop.
My Sublime Settings for PHP Developer
{
"rulers": [80, 120],
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"show_encoding": true,
"show_line_endings": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment