Last active
January 13, 2021 00:43
-
-
Save wildlyinaccurate/4284678 to your computer and use it in GitHub Desktop.
My Sublime Text configuration
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
{ | |
"theme": "Soda Dark.sublime-theme", | |
"color_scheme": "Packages/Theme - Refined/Color Schemes/Monokai Refined.tmTheme", | |
"font_face": "Droid Sans Mono", | |
"font_size": 12, | |
"font_options": ["no_italic"], | |
"highlight_line": true, | |
"line_padding_top": 3, | |
"line_padding_bottom": 3, | |
"default_line_ending": "unix", | |
"detect_indentation": true, | |
"ensure_newline_at_eof_on_save": true, | |
"trim_trailing_white_space_on_save": true, | |
"translate_tabs_to_spaces": true, | |
"auto_complete_commit_on_tab": true, | |
"detect_slow_plugins": false, | |
"drag_text": false, | |
"find_selected_text": true, | |
"highlight_modified_tabs": true, | |
"scroll_past_end": true, | |
"reveal-on-activate": false, | |
"folder_exclude_patterns": [ | |
".sass-cache", | |
".svn", | |
".git", | |
".hg", | |
".tmp", | |
"CVS", | |
"node_modules" | |
], | |
"ignored_packages": ["Vintage"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Linux I set
font_size
to 10.