Created
August 10, 2014 06:41
-
-
Save noma4i/ba5e58268be74ea4b33c to your computer and use it in GitHub Desktop.
Sublime config
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Solarized (dark).tmTheme", | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Handlebars", | |
"Markdown Preview", | |
"Indent XML", | |
"Vintage" | |
], | |
"theme": "Spacegray.sublime-theme", | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment