Skip to content

Instantly share code, notes, and snippets.

@sinan
Created December 19, 2014 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sinan/2ecaa5e5477ce77b0663 to your computer and use it in GitHub Desktop.
Save sinan/2ecaa5e5477ce77b0663 to your computer and use it in GitHub Desktop.
sublime.settings
{
"auto_complete": false,
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"enable_tab_scrolling": false,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.orig",
"*.map",
"kd.js",
"__*.js",
"__*.css",
"*0.0.1.js"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".build",
".vagrant",
"node_modules"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"SideBarEnhancements",
"Fold Comments",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"preview_on_click": false,
"remember_full_screen": true,
"rulers":
[
100
],
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment