Created
March 26, 2018 04:31
-
-
Save pattiereaves/f961dfe1440c54cd96569380f25a6e37 to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"added_words": | |
[ | |
"stylesheet", | |
"mixins", | |
"mixin", | |
"flexbox", | |
"scss", | |
"css", | |
"stylesheets", | |
"webpack", | |
"plugins", | |
"libsass", | |
"php", | |
"unitless", | |
"interactives", | |
"slideshows", | |
"lazyloading", | |
"Javascript", | |
"js", | |
"transpiled", | |
"Linting", | |
"config", | |
"eslint", | |
"Github", | |
"apps", | |
"middleware", | |
"npm", | |
"versioning", | |
"json", | |
"uninstall", | |
"unbreaking", | |
"linting", | |
"configs", | |
"toolset", | |
"homebrew", | |
"broadway", | |
"repo", | |
"Minification", | |
"Spriting", | |
"spriting", | |
"figcaption", | |
"Templating", | |
"Preprocess", | |
"Interactive's", | |
"plugin", | |
"Styleguide", | |
"styleguides", | |
"Codebase", | |
"localhost", | |
"huron", | |
"html", | |
"Brookings", | |
"urls", | |
"webpack's", | |
"app", | |
"alleyinteractive", | |
"github", | |
"workflow", | |
"Reaves", | |
"bio", | |
"programmatically", | |
"Photoshop", | |
"uncached", | |
"diffs", | |
"linted", | |
"const", | |
"Facebook", | |
"styleguide", | |
"classname", | |
"ifies", | |
"Ivana", | |
"coachees", | |
"Marketon", | |
"learnstuff", | |
"Jira", | |
"extendable", | |
"a11y", | |
"proactively", | |
"coachee's", | |
"coachee", | |
"kaizen" | |
], | |
"auto_complete_selector": true, | |
"browser": "chrome", | |
"color_scheme": "Packages/User/SublimeLinter/Hopscotch (SL).tmTheme", | |
"detect_indentation": true, | |
"ensure_newline_at_eof_on_save": true, | |
"exclude_from_completion": | |
[ | |
"css", | |
"md" | |
], | |
"font_face": "Input Mono", | |
"font_size": 14, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"ReactJS", | |
"SublimeLinter-contrib-stylelint_d", | |
"Vintage" | |
], | |
"ignored_words": | |
[ | |
"docblock", | |
"javascript" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"show_definitions": true, | |
"show_full_path": true, | |
"tab_size": 2, | |
"trailing_spaces_trim_on_save": true, | |
"translate_tabs_to_spaces": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment