Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created September 15, 2014 15:37
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 jitendravyas/44b7124a910dc445dab0 to your computer and use it in GitHub Desktop.
Save jitendravyas/44b7124a910dc445dab0 to your computer and use it in GitHub Desktop.
Sublime text 3 user settings
{
"auto_indent": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.dmp",
"*.csv",
"*/min/*.js",
"*/min/*.css",
"*/min/*.map"
],
"close_windows_when_empty": false,
"color_scheme": "Packages/User/GitHub (SL).tmTheme",
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": 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",
"cache.properties",
"*.map",
"*.orig",
"*.gitkeep"
],
"file_selected_text": true,
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
".sass-cache",
"tmp",
"node_modules"
],
"font":
[
"subpixel_antialias"
],
"font_face": "Menlo",
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"ActionScript",
"AppleScript",
"ASP",
"Batch File",
"C#",
"C++",
"Clojure",
"D",
"Erlang",
"Go",
"Graphviz",
"Groovy",
"Haskell",
"LaTeX",
"Lisp",
"Lua",
"Makefile",
"MATLAB",
"Objective-C",
"OCaml",
"Perl",
"Python",
"PyV8",
"R",
"Scala",
"ShellScript",
"TCL",
"Textile",
"Vintage",
"Pascal",
"Java",
"Matlab",
"RestructuredText",
"SQL"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"scroll_past_end": false,
"scroll_speed": 5.0,
"shift_tab_unindent": true,
"show_panel_on_build": false,
"show_tab_close_buttons": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment