Skip to content

Instantly share code, notes, and snippets.

@torounit
Created March 20, 2015 01:53
Show Gist options
  • Select an option

  • Save torounit/ae8628ff063fba625a9b to your computer and use it in GitHub Desktop.

Select an option

Save torounit/ae8628ff063fba625a9b to your computer and use it in GitHub Desktop.
sublime setting.
{
"auto_complete": true,
"blod_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/User/itg.dark (SL).tmTheme",
"draw_indent_guides": true,
"draw_white_space": "all",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".phpintel"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log"
],
"line_padding_top": 3,
"open_files_in_new_window": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Asphalt.sublime-theme",
"translate_spaces_to_tabs": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment