Last active
March 7, 2018 22:59
-
-
Save mikehdt/858b97ef9667d57239caa7d99d474c02 to your computer and use it in GitHub Desktop.
My Sublime Text Config
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
| { | |
| "bootstrapped": true, | |
| "in_process_packages": | |
| [ | |
| ], | |
| "installed_packages": | |
| [ | |
| "A File Icon", | |
| "Agila Theme", | |
| "Babel", | |
| "BracketGuard", | |
| "BracketHighlighter", | |
| "Color Highlighter", | |
| "DocBlockr", | |
| "EditorConfig", | |
| "Emmet", | |
| "LESS", | |
| "Markdown Extended", | |
| "Markdown Preview", | |
| "Monokai Extended", | |
| "nginx", | |
| "Package Control", | |
| "Pretty JSON", | |
| "Sass", | |
| "SideBarEnhancements", | |
| "SublimeLinter", | |
| "SublimeLinter-contrib-sass-lint", | |
| "SublimeLinter-contrib-stylelint", | |
| "SublimeLinter-eslint", | |
| "TrailingSpaces", | |
| "TypeScript" | |
| ] | |
| } |
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
| { | |
| "always_show_minimap_viewport": true, | |
| "bold_folder_labels": true, | |
| "caret_extra_width": 1, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/Agila Theme/Agila Origin Oceanic Next.tmTheme", | |
| "draw_minimap_border": true, | |
| "draw_white_space": "all", | |
| "fade_fold_buttons": false, | |
| "folder_exclude_patterns": | |
| [ | |
| ".git", | |
| "node_modules" | |
| ], | |
| "font_face": "Menlo", | |
| "font_size": 17, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "line_padding_bottom": 3, | |
| "line_padding_top": 3, | |
| "rulers": | |
| [ | |
| 80, | |
| 100 | |
| ], | |
| "scroll_past_end": true, | |
| "theme": "Adaptive.sublime-theme", | |
| "trim_trailing_white_space_on_save": true, | |
| "word_wrap": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment