Skip to content

Instantly share code, notes, and snippets.

@nafiesl
Created November 5, 2017 06:02
Show Gist options
  • Save nafiesl/5b3999caa91b84ba964b48d3aed3cb8a to your computer and use it in GitHub Desktop.
Save nafiesl/5b3999caa91b84ba964b48d3aed3cb8a to your computer and use it in GitHub Desktop.
My sublime-text user preferences (ubuntu 16.04)
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Facebook-1.tmTheme",
"copy_with_empty_selection": true,
"drag_text": false,
"draw_minimap_border": false,
"enable_tab_scrolling": false,
"extra_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"
],
"findreplace_small": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".sass-cache"
],
"font_face": "Hack",
"font_options":
[
"gray_antialias"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"1337 Color Scheme",
"ActionScript",
"AppleScript",
"ASP",
"Batch File",
"C#",
"C++",
"Clojure",
"D",
"Erlang",
"Go",
"Graphviz",
"Groovy",
"Haskell",
"Java",
"LaTeX",
"Lisp",
"Lua",
"Makefile",
"Markdown",
"MATLAB",
"Objective-C",
"OCaml",
"Perl",
"PyV8",
"R",
"RestructuredText",
"Scala",
"TCL",
"Textile",
"Theme - Default",
"Theme - Soda",
"Theme - SoDaReloaded",
"Theme-Switcher",
"Themes Menu Switcher",
"WordPress"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 10,
"line_padding_top": 10,
"margin": 0,
"match_brackets_content": true,
"match_selection": true,
"match_tags": true,
"open_files_in_new_window": false,
"overlay_scroll_bars": "disable",
"preview_on_click": true,
"scroll_past_end": true,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_full_path": false,
"tabs_small": true,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment