Last active
June 27, 2016 00:49
-
-
Save kevbost/e11a4e3b0278b263244a5952018e5a40 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Preferences Windows
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
{ | |
"added_words": | |
[ | |
"pageable", | |
"pre", | |
"inline", | |
"draggable", | |
"preconfigured", | |
"chucknorris", | |
"lightgoldenrodyellow", | |
"Rebecca", | |
"kendo", | |
"Kantech", | |
"Avigilon", | |
"Crestron", | |
"scss", | |
"fontawesome", | |
"Flexbox", | |
"flexbox", | |
"combobox", | |
"nav", | |
"offline", | |
"groupbox", | |
"Username", | |
"navbar", | |
"checkboxes", | |
"Codelynx", | |
"app", | |
"txt", | |
"concat", | |
"js", | |
"javascript", | |
"prepend", | |
"popup", | |
"imagemin", | |
"cronjob", | |
"polyfill", | |
"jquery", | |
"stylesheets", | |
"durandal", | |
"css", | |
"Automator", | |
"uninstall", | |
"uninstalled", | |
"Refactor" | |
], | |
"binary_file_patterns": | |
[ | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"caret_style": "blink", | |
"default_line_ending": "system", | |
"enable_tab_scrolling": false, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".*" | |
], | |
// "font-face": "Hack", | |
"font_size": 9, | |
"gutter": true, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"JavaScript Completions", | |
"Markdown", | |
"Minify", | |
"Sass", | |
"SCSS", | |
"SublimeLinter-html-tidy", | |
"SublimeLinter-json", | |
"Vintage" | |
], | |
"ignored_words": | |
[ | |
"checkboxlist", | |
"class=\"groupbox", | |
"define({fields", | |
"javascripts", | |
"ondivider" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"margin": 2, | |
"phoenix_color_expanded_folder": true, | |
"phoenix_dirty_bottom_bar": true, | |
"phoenix_dirty_bottom_bar_red": true, | |
"phoenix_eighties": true, | |
"phoenix_highlight_current_tab": false, | |
"phoenix_sidebar_tree_small": true, | |
"phoenix_tabs_auto_width": true, | |
"phoenix_tabs_font_small": true, | |
"phoenix_tabs_small": true, | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"shift_tab_unindent": true, | |
"spell_check": true, | |
"tab_size": 4, | |
"theme": "Phoenix Dark.sublime-theme", | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment