Created
January 20, 2014 09:44
-
-
Save am/8517509 to your computer and use it in GitHub Desktop.
Sublime 3 settings
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
{ | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"theme": "Spacegray Eighties.sublime-theme", | |
"ignored_packages": | |
[ | |
"Vintage", | |
"Markdown" | |
], | |
"font_face": "Menlo", | |
"font_size": 12, | |
"tab_size": 2, | |
"draw_white_space": "all", | |
"overlay_scroll_bars": true, | |
"ensure_newline_at_eof_on_save": true, | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"use_simple_full_screen": true, | |
"wordWrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment