Skip to content

Instantly share code, notes, and snippets.

@kyaido
Created April 30, 2014 09:29
Show Gist options
  • Save kyaido/2cfadeb7760ec5276ef0 to your computer and use it in GitHub Desktop.
Save kyaido/2cfadeb7760ec5276ef0 to your computer and use it in GitHub Desktop.
settings for sublimetext2
{
"afn_insert_width_first": true,
"auto_complete_selector": "source - comment, text",
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_face": "Ricty",
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"match_selection": false,
"move_to_limit_on_up_down": true,
"preview_on_click": false,
"remember_open_files": false,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment