Last active
August 30, 2018 16:08
-
-
Save nathanhornby/2e0817cedf0981e06ad5 to your computer and use it in GitHub Desktop.
My Sublime Text 3 user preferences
This file contains 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
{ | |
"bold_folder_labels": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/Alchemist/Alchemist.tmTheme", | |
"draw_white_space": "selection", | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "DejaVu Sans Mono", | |
"font_size": 12.5, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Rails", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"open_files_in_new_window": false, | |
"scroll_past_end": true, | |
"tab_size": 2, | |
"theme": "Spacegray.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"wrap_width": 100, | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use this? Kindly share tips