Skip to content

Instantly share code, notes, and snippets.

@Axiol
Created January 6, 2014 08:00
Show Gist options
  • Save Axiol/8279660 to your computer and use it in GitHub Desktop.
Save Axiol/8279660 to your computer and use it in GitHub Desktop.
My Sublime Text settings
// Installed Packages
//
// * AdvancedNewFile
// * Base16 Color Schemes
// * Emmet
// * Sass
// * SublimeCodeIntel
// * Theme - Soda
// * Theme - Spacegray
{
"color_scheme": "Packages/Base16 Color Schemes/base16-ocean.dark.tmTheme",
"enable_tab_scrolling": true,
"font_face": "Inconsolata",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment