Skip to content

Instantly share code, notes, and snippets.

@takashi
Created October 16, 2013 10:14
Show Gist options
  • Save takashi/7005597 to your computer and use it in GitHub Desktop.
Save takashi/7005597 to your computer and use it in GitHub Desktop.
sublime-settings
{
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"draw_indent_guides": true,
"figlet_font": "big",
"flatland_gray_selected_sidebar": true,
"flatland_square_tabs": true,
"font_face": "M+ 1m light",
"font_size": 11,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"rulers":
[
80
],
"show_tab_close_buttons": false,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment