-
-
Save pije76/25d55450a43d199a2df1e9ec1b715f13 to your computer and use it in GitHub Desktop.
My Sublime Text User Preferences File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"always_prompt_for_file_reload": false, | |
"auto_complete": false, | |
"auto_complete_commit_on_tab": true, | |
"auto_find_in_selection": false, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Themes/Mac CLassic.tmTheme", | |
"copy_with_empty_selection": false, | |
"default_line_ending": "unix", | |
"diff_changes_to_buffer": true, | |
"draw_indent_guides": true, | |
"draw_white_space": "selection", | |
"fade_fold_buttons": true, | |
"fallback_encoding": "Turkish (ISO 8859-9)", | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.pdf", | |
"*.class", | |
"*.png", | |
"*.jpg", | |
"*.gif" | |
], | |
"find_selected_text": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_face": "Inconsolata-dz", | |
"font_options": | |
[ | |
"no_bold" | |
], | |
"font_size": 14, | |
"gutter": true, | |
"highlight_line": false, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"C", | |
"Haskell", | |
"D", | |
"Graphviz", | |
"Batch File", | |
"Rails", | |
"C++", | |
"Scala", | |
"Lisp", | |
"ASP", | |
"Groovy", | |
"R", | |
"AppleScript", | |
"Textile", | |
"Makefile", | |
"Objective-C", | |
"Matlab", | |
"Perl", | |
"Tcl", | |
"Vintage", | |
"C#", | |
"Erlang", | |
"Latex", | |
"ActionScript", | |
"XSL", | |
"Lua", | |
"Ocaml" | |
], | |
"indent_guide_options": | |
[ | |
"draw_active" | |
], | |
"line_numbers": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"minimap_scroll_to_clicked_text": true, | |
"overlay_scroll_bars": "disabled", | |
"rulers": | |
[ | |
90 | |
], | |
"scroll_past_end": false, | |
"shift_tab_unindent": true, | |
"show_tab_close_buttons": false, | |
"tree_animation_enabled": false, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": false, | |
"wide_caret": true, | |
"word_wrap": "true", | |
"theme": "Soda Light 3.sublime-theme", | |
"show_encoding": true, | |
"show_line_endings": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment