My Sublime User Settings
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"create_window_at_startup": false, | |
"default_line_ending": "unix", | |
"dictionary": "Packages/Language - English/en_US.dic", | |
"draw_indent_guides": false, | |
"draw_minimap_border": true, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font-options": | |
[ | |
"gray_antialias" | |
], | |
"font_face": "SourceCodePro-regular", | |
"font_size": 14.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"jQuery", | |
"LaTeX", | |
"Scala", | |
"Vintage", | |
"Makefile", | |
"Rails", | |
"Perl", | |
"Textile", | |
"Lua", | |
"URLEncode", | |
"Matlab", | |
"Erlang", | |
"SCSS", | |
"ASP", | |
"Markdown HTML Preview", | |
"C#", | |
"AppleScript", | |
"SFTP", | |
"TCL", | |
"Language - English", | |
"Groovy", | |
"Batch File", | |
"Sass", | |
"Lisp", | |
"Require Node.js Modules Helper", | |
"ActionScript", | |
"C++", | |
"Objective-C", | |
"R", | |
"Expand Selection to Function (JavaScript)", | |
"Clojure", | |
"Markdown", | |
"Jade", | |
"RestructuredText", | |
"OCaml", | |
"MacTerminal", | |
"Graphviz", | |
"YAML", | |
"Haskell", | |
"SQL", | |
"Go", | |
"ApacheConf.tmLanguage" | |
], | |
"margin": 2, | |
"match_brackets": true, | |
"match_brackets_content": false, | |
"open_files_in_new_window": true, | |
"overlay_scroll_bars": "system", | |
"preview_on_click": true, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": false, | |
"scroll_past_end": true, | |
"shift_tab_unindent": true, | |
"show_full_path": false, | |
"spell_check": false, | |
"tab_size": 2, | |
"theme": "Soda Light.sublime-theme", | |
"trim_trailing_white_space_on_save": false, | |
"word_wrap": "auto" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment