These are my Sublime Text settings, synced via: https://packagecontrol.io/packages/Sync%20Settings
Last active
August 29, 2015 14:27
-
-
Save FokkeZB/8bb982f18bc37f8186d1 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
This file contains hidden or 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
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Compare Side-By-Side", | |
"DashDoc", | |
"DoxyDoxygen", | |
"Fizzy Theme", | |
"Git", | |
"Handlebars", | |
"HTML-CSS-JS Prettify", | |
"IntelliDocs", | |
"JavaScript & NodeJS Snippets", | |
"Javascript Beautify", | |
"JSCS-Formatter", | |
"JSHint Gutter", | |
"Material Color Scheme", | |
"Package Control", | |
"phpfmt", | |
"Preap", | |
"Sass", | |
"SublimeLinter", | |
"SublimeLinter-annotations", | |
"SublimeLinter-jscs", | |
"SublimeLinter-jshint", | |
"SublimeLinter-php", | |
"Sync Settings", | |
"Theme - Cobalt2", | |
"Titanium Build" | |
] | |
} |
This file contains hidden or 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
{ | |
"binary_file_patterns": | |
[ | |
".DS_Store", | |
".gitignore", | |
"node_modules/", | |
"build/" | |
], | |
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme", | |
"font_options": | |
[ | |
"no_gray_antialias" | |
], | |
"font_size": 14, | |
"ignored_packages": | |
[ | |
"JSHint Gutter", | |
"Javascript Beautify", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"open_files_in_new_window": false, | |
"tab_size": 4, | |
"translate_tabs_to_spaces": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment