Last active
October 27, 2015 04:39
-
-
Save fightingtheboss/f12d5dd80fe20bb0fd49 to your computer and use it in GitHub Desktop.
List of useful Sublime Text Packages
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
{ | |
"auto_complete_commit_on_tab": true, | |
"copy_with_empty_selection": false, | |
"ensure_newline_at_eof_on_save": false, | |
"highlight_line": true, | |
"ignore_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 2, | |
"translate_tabs_into_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
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
Emmet | |
SidebarEnhancements | |
BracketHighlighter | |
Syntax Highlighting for Sass | |
Git | |
GitGutter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment