Skip to content

Instantly share code, notes, and snippets.

@iaian
Last active December 20, 2015 23:29
Show Gist options
  • Save iaian/6213181 to your computer and use it in GitHub Desktop.
Save iaian/6213181 to your computer and use it in GitHub Desktop.
Sublime text 3 - user prefrences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"color_scheme": "Packages/User/SublimeLinter/solarizedDark-IaianMod (SL).tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".tmp",
"node_modules"
],
"font_face": "Monaco",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Whitespace",
"Sound"
],
"remember_open_files": false,
"scroll_speed": 2.0,
"shift_tab_unindent": true,
"soda_classic_tabs": false,
"soda_folder_icons": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"wordWrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment