Skip to content

Instantly share code, notes, and snippets.

@conspirator
Created August 4, 2013 22:36
Show Gist options
  • Save conspirator/6152235 to your computer and use it in GitHub Desktop.
Save conspirator/6152235 to your computer and use it in GitHub Desktop.
Sublime Text Configuration
{
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"font_face": "SourceCodePro-ExtraLight",
"font_size": 13.0,
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "disabled",
"save_on_focus_lost": true,
"spell_check": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment