Created
February 2, 2017 19:04
-
-
Save simplesessions/5e5cf94c067c46008a7f75aa096388c3 to your computer and use it in GitHub Desktop.
My Sublime 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
{ | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip", | |
".min.js" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"**/*.map", | |
".DS_Store", | |
"*.log", | |
"config.codekit" | |
], | |
"folder_exclude_patterns": | |
[ | |
"node_modules", | |
"bower_components", | |
".git", | |
"dev", | |
"dist" | |
], | |
"font_face": "Hack", | |
"font_size": 11.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Dayle Rees Color Schemes", | |
"Vintage" | |
], | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"tab_size": 2, | |
"tabs_medium": true, | |
"theme": "Afterglow.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment