Created
August 22, 2013 16:07
-
-
Save mitgr81/6309272 to your computer and use it in GitHub Desktop.
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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"font_size": 17, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"highlight_line": true, | |
"scroll_past_end": true, | |
// OS X only: When files are opened from finder, or by dragging onto the | |
// dock icon, this controls if a new window is created or not. | |
"open_files_in_new_window": false, | |
// Show the full path to files in the title bar. | |
"show_full_path": true, | |
"highlight_modified_tabs": true, | |
"draw_white_space": "all", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"tab_size": 4, | |
"ensure_newline_at_eof_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment