Skip to content

Instantly share code, notes, and snippets.

@onionstand
Created October 28, 2018 20:06
Show Gist options
  • Save onionstand/3e1c797e0604265ab06e7d191e5717c0 to your computer and use it in GitHub Desktop.
Save onionstand/3e1c797e0604265ab06e7d191e5717c0 to your computer and use it in GitHub Desktop.
configure Sublime Text for PSR Standards
{
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"rulers":
[
80,
120
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment