Last active
January 16, 2017 16:51
-
-
Save miguelgr/5430170 to your computer and use it in GitHub Desktop.
ST: 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
{ | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_face": "Menlo", | |
"font_options": ["subpixel_antialias", "no_bold"], | |
"font_size": 14.0, | |
"enable_live_count": true, | |
"highlight_modified_tabs": true, | |
"highlight_line": false, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"pep8_ignore": | |
[ | |
], | |
"rulers": | |
[ | |
99 | |
], | |
// Exclude in the sidebar | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"*.pid", | |
"*.pyc" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"__pycache__" | |
], | |
"tab_size": 4, | |
"wrap_width": 80, | |
// Spaces and \n at end of file | |
"draw_white_space": "all", | |
"default_line_ending": "unix", | |
"trim_trailing_white_space_on_save": true, | |
"ensure_newline_at_eof_on_save": true, | |
"translate_tabs_to_spaces": true, | |
// Caret | |
"caret_style": "solid", | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment