Skip to content

Instantly share code, notes, and snippets.

@kyuden
Created November 15, 2013 16:48
Show Gist options
  • Save kyuden/7487526 to your computer and use it in GitHub Desktop.
Save kyuden/7487526 to your computer and use it in GitHub Desktop.
preferences.sublime-settings
{
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"draw_white_space": "all",
"flatland_sidebar_tree_xsmall": true,
"flatland_square_tabs": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"highlight_trailing_spaces_color_name": "invalid",
"ignored_packages":
[
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_ctrl_keys": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment