Skip to content

Instantly share code, notes, and snippets.

@mjuhl
Created June 17, 2013 21:02
Show Gist options
  • Save mjuhl/5800405 to your computer and use it in GitHub Desktop.
Save mjuhl/5800405 to your computer and use it in GitHub Desktop.
sublime text settings
{
"color_scheme": "Packages/Theme - Flatland/Flatland.tmtheme",
"find_selected_text": true,
"font_face": "Meslo LG L",
"font_options":
[
"no_round",
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"save_on_focus_lost": true,
"show_full_path": true,
"soda_classic_tabs": true,
"tab_size": 3,
"theme": "Flatland.sublime-theme",
"this_is_a_fake_property_for_the_bottom": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment