Created
November 9, 2016 14:40
-
-
Save Darkside73/3905c264146632f951998c29b4e1e0fa to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings
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
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme", | |
"default_line_ending": "unix", | |
"detect_slow_plugins": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".tags*", | |
"*.pyc", | |
"*.pyo", | |
"*.log", | |
"*.db", | |
"*.pdf", | |
"*.jpeg", | |
"*.jpg", | |
"*.gif", | |
"*.png", | |
"*.sublime-workspace" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".svn", | |
".sass-cache", | |
".bundle", | |
"bundle", | |
".rbx", | |
"bin", | |
"script", | |
"tmp", | |
"*.git", | |
"*.sublime-workspace", | |
"node_modules" | |
], | |
"font_face": "Hack", | |
"font_size": 10.5, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"hot_exit": true, | |
"ignore_vcs_packages": true, | |
"ignored_packages": | |
[ | |
"CoffeeScript", | |
"CSS", | |
"JavaScript", | |
"ShowEncoding", | |
"Theme - Soda", | |
"Theme - Spacegray", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"index_files": true, | |
"line_padding_bottom": 0.5, | |
"line_padding_top": 0.5, | |
"new_window_settings": | |
{ | |
"show_minimap": false | |
}, | |
"remember_open_files": true, | |
"rulers": | |
[ | |
120 | |
], | |
"save_on_focus_lost": true, | |
"show_definitions": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"tabs_small": true, | |
"theme": "SoDaReloaded Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment