Last active
October 26, 2016 08:49
-
-
Save justqyx/1af1919452f01e36d52a to your computer and use it in GitHub Desktop.
My Sublime Text Confirguration
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
{ | |
"color_scheme": "Packages/Material Theme/schemes/OLD/Material-Theme-Darker.tmTheme", | |
"default_encoding": "UTF-8", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"tmp/class-*", | |
"tmp/es_*", | |
"tmp/jshinter*", | |
"tmp/replace_*", | |
"tmp/static_compiler*", | |
"tmp/template_compiler*", | |
"tmp/tree_merger*", | |
"tmp/coffee_script*", | |
"tmp/concat-tmp*", | |
"tmp/export_tree*", | |
"tmp/sass_compiler*", | |
"log/*.log", | |
"tmp/mails", | |
"coverage", | |
"node_modules" | |
], | |
"font_face": "PragmataPro", | |
"font_size": 17, | |
"git_command": "/usr/local/bin/git", | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"markdown", | |
"Markdown" | |
], | |
"index_files": false, | |
"open_files_in_new_window": false, | |
"rulers": | |
[ | |
100, | |
120 | |
], | |
"show_full_path": true, | |
"tab_size": 2, | |
"theme": "Default.sublime-theme", | |
"trailing_spaces_trim_on_save": true, | |
"translate_tabs_to_spaces": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment