#source - http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/
I've renamed my symlink to be s for sublime
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/s
#source - http://olivierlacan.com/posts/launch-sublime-text-3-from-the-command-line/
I've renamed my symlink to be s for sublime
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/s
| { | |
| "color_scheme": "Packages/Github Color Theme/GitHub.tmTheme", | |
| "ensure_newline_at_eof_on_save": false, | |
| "find_selected_text": true, | |
| "font_size": 13, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "index_files": true, | |
| "smart_indent": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": true, | |
| "trim_trailing_white_space_on_save": false | |
| } |
the indentation should be 2 tab spaces actually instead of what you see above wrt
Vintage. Tried changing it but somehow it didn't get reflected, pls reflect the same when pasting these settings in your ST3 editor