Created
October 28, 2018 20:06
-
-
Save onionstand/3e1c797e0604265ab06e7d191e5717c0 to your computer and use it in GitHub Desktop.
configure Sublime Text for PSR Standards
This file contains 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_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