-
Color Highlighter.sublime-package
-
CSS3.sublime-package
-
Jade.sublime-package
-
Sass.sublime-package
-
SideBarFolders.sublime-package
-
Theme - Soda.sublime-package
-
Zeus.sublime-package
-
Babel
-
SublimeLinter
-
SublimeLinter-contrib-eslint
-
Dockerfile Syntax Highlighting
-
Emmet
-
ConvertToUTF8
-
jQuery
-
All Autocomplete
-
HTML-CSS-JS Prettify
-
Pretty JSON
Last active
July 19, 2017 03:15
-
-
Save robertu7/35e7f935e57861ea5b646087b42d30d8 to your computer and use it in GitHub Desktop.
Sublime Text 3 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
{ | |
"color_scheme": "Packages/User/SublimeLinter/Monokai Phoenix (SL).tmTheme", | |
"folder_exclude_patterns": | |
[ | |
"node_modules", | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"soda_classic_tabs": false, | |
"soda_folder_icons": false, | |
"tab_size": 4, | |
"theme": "Soda Dark 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"rulers": [100], | |
"scroll_past_end": false, | |
"gutter": true, | |
"highlight_line": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment