Skip to content

Instantly share code, notes, and snippets.

@FokkeZB
Last active August 29, 2015 14:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FokkeZB/8bb982f18bc37f8186d1 to your computer and use it in GitHub Desktop.
Save FokkeZB/8bb982f18bc37f8186d1 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
{
"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"
]
}
{
"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