Last active
October 7, 2015 18:57
-
-
Save mtkd/3209842 to your computer and use it in GitHub Desktop.
Sublime 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
{ | |
"auto_complete": false, | |
"auto_match_enabled": false, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"drag_text": false, | |
"draw_white_space": "selection", | |
"fold_buttons": false, | |
"font_face": "M+ 1M thin", | |
"font_size": 16.0, | |
"highlight_line": false, | |
"line_padding_bottom": -1, | |
"margin": 4, | |
"show_minimap": false, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
100 | |
], | |
"save_on_focus_lost": true, | |
"scroll_speed": 2.0, | |
"smart_indent": false, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} | |
# change font size to 16 for desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment