Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save moshiuramit/8555543 to your computer and use it in GitHub Desktop.
Save moshiuramit/8555543 to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_minimap_border": true,
"enable_tab_scrolling": true,
"enable_telemetry": "false",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.tmLanguage.cache",
"*.tmPreferences.cache",
"*.psd",
"*.psb",
"*.png",
"*.gif",
"*.jpg",
"*.jpeg",
"Gemfile.lock",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.ico",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.mov",
"*.mp3",
"*.mp4",
"*.swf",
"*.xls",
"*.bak",
"*.backup",
"*.acorn",
"*.license",
"*.zargo*"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"*.esproj",
"*.tiles",
"*.svn"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"scroll_speed": 4.0,
"shift_tab_unindent": true,
"show_line_endings": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./-\\()\"':,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment