- Babel
- Case Conversion
- CSS Extended Completions
- DocBlockr
- EditorConfig
- ESLint-Formatter
- GitGutter
- Hex to HSL Color Converter
- HTML-CSS-JS Prettify
- JsFormat
- JSONComma
- LoremIpsum
- Markdown Preview
- Material Theme
- Project Specific Syntax Settings
- React ES6 Snippets
- SCSS
- SideBarEnhancements
- https://github.com/CurtisHumphrey/sublime-mocha-snippets-es6-js-standard.git
- https://github.com/CurtisHumphrey/sublime-react-es6.git
- Sublime Toggle Only: https://github.com/CurtisHumphrey/sublime_toggle_only.git
- SublimeGit
- SublimeLinter
- SublineLinter-contrib-sass-lint
- SublineLinter-eslint
- SublineLinter-json
- Terminal
- View in Browser
Last active
October 15, 2018 15:39
-
-
Save CurtisHumphrey/5952490 to your computer and use it in GitHub Desktop.
Sublime Text 3
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
{ | |
"always_show_minimap_viewport": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme", | |
"font_options": | |
[ | |
"gray_antialias" | |
], | |
"font_size": 10, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent_guide_options": | |
[ | |
"draw_normal", | |
"draw_active" | |
], | |
"jsoncomma_on_save": true, | |
"line_padding_bottom": 3, | |
"line_padding_top": 3, | |
"margin": 4, | |
"material_theme_accent_orange": true, | |
"material_theme_bold_tab": true, | |
"material_theme_contrast_mode": true, | |
"material_theme_panel_separator": true, | |
"material_theme_small_statusbar": true, | |
"material_theme_small_tab": true, | |
"material_theme_tabs_autowidth": true, | |
"material_theme_tabs_separator": true, | |
"overlay_scroll_bars": "enabled", | |
"protected_regions": | |
[ | |
"sublimelinter-error-gutter-marks", | |
"sublimelinter-warning-gutter-marks" | |
], | |
"rulers": | |
[ | |
120 | |
], | |
"show_definitions": false, | |
"show_tab_close_buttons": false, | |
"tab_size": 2, | |
"theme": "Material-Theme-Darker.sublime-theme", | |
"translate_tabs_to_spaces": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment