Created
July 24, 2017 23:50
-
-
Save fguisso/1a2675283f3da6574428441a28504c76 to your computer and use it in GitHub Desktop.
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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"EditorConfig", | |
"HTML5", | |
"Insert Nums", | |
"MarkdownEditing", | |
"Material Theme", | |
"Material Theme - Appbar", | |
"Materialize", | |
"Package Control", | |
"Pug", | |
"SideBarEnhancements", | |
"Stylus", | |
"SublimeLinter", | |
"SublimeLinter-contrib-eslint", | |
"Vue Syntax Highlight" | |
] | |
} |
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
{ | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"fallback_encoding": "UTF-8", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules", | |
".sass-cache", | |
".github", | |
"apigen", | |
"tmp" | |
], | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"material_theme_appbar_lime": true, | |
"material_theme_bold_tab": true, | |
"material_theme_compact_sidebar": true, | |
"material_theme_contrast_fileicon": true, | |
"material_theme_small_tab": true, | |
"material_theme_tree_headings": true, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment