Last active
April 20, 2016 14:38
-
-
Save scottwakefield/8053297 to your computer and use it in GitHub Desktop.
Sublime Text 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
Show hidden characters
{ | |
"always_show_minimap_viewport": true, | |
"auto_complete": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"create_window_at_startup": false, | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules", | |
".phpintel" | |
], | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 17, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"CSS", | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"line_padding_bottom": 12, | |
"line_padding_top": 12, | |
"material_theme_accent_indigo": true, | |
"overlay_scroll_bars": "enabled", | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"save_on_focus_lost": true, | |
"show_panel_on_build": false, | |
"spell_check": true, | |
"tab_size": 4, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment