Skip to content

Instantly share code, notes, and snippets.

@rishabh-ink
Last active October 10, 2015 12:18
Show Gist options
  • Save rishabh-ink/3688969 to your computer and use it in GitHub Desktop.
Save rishabh-ink/3688969 to your computer and use it in GitHub Desktop.
Just my Sublime Text User Prefs
{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Tomorrow Night Aqua.tmTheme",
"detect_slow_plugins": false,
"drag_text": false,
"draw_minimap_border": true,
"folder_exclude_patterns":
[
".sass-cache",
".git",
".hg"
],
"font_face": "Droid Sans Mono",
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeCodeIntel",
"SublimeLinter"
],
"margin": 4,
"rulers":
[
80,
120
],
"save_on_focus_lost": false,
"scroll_past_end": true,
"show_tab_close_buttons": false,
"tab_size": 3,
"theme": "ProKit.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment