Created
February 9, 2016 06:21
-
-
Save corysimmons/4d07e7b5f9b23d04e2de to your computer and use it in GitHub Desktop.
Sublime Text 3 preference 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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_extra_bottom": 1, | |
"caret_extra_top": 1, | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/SublimeLinter/Chelevra (SL).tmTheme", | |
"detect_indentation": true, | |
"draw_white_space": "all", | |
"font_face": "Droid Sans Mono for Powerline", | |
"font_size": 11, | |
"highlight_line": true, | |
"highligt_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"rulers": | |
[ | |
80 | |
], | |
"sidebar_font_small": true, | |
"sidebar_medium": true, | |
"tab_size": 2, | |
"theme": "Cobalt2.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"wide_caret": true, | |
"trim_automatic_white_space": true, | |
"ensure_newline_at_eof_on_save": true, | |
"show_full_path": true, | |
"scroll_past_end": true, | |
"word_wrap": false, | |
"default_line_ending": "LF" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment