Created
January 13, 2015 19:56
-
-
Save mattfelten/d980706e3462e4c4f17c to your computer and use it in GitHub Desktop.
Sublime Text 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
Show hidden characters
{ | |
"atomic_save": false, | |
"auto_complete_commit_on_tab": true, | |
"caret_style": "wide", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"colored_folder_glyphs": true, | |
"detect_indentation": false, | |
"disable_colored_folder_labels": true, | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Camingo Code", | |
"font_size": 14.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"EditorConfig", | |
"BracketHighlighter", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"open_files_in_new_window": false, | |
"shift_tab_unindent": true, | |
"sidebar_folders": true, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"translateTabsToSpaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment