Forked from prosenjit-manna/Package Control.sublime-settings
Last active
October 25, 2016 19:16
-
-
Save dev-ext/0e552d1e1fa850dfb5507d40e665e0ee to your computer and use it in GitHub Desktop.
Sublime Config
All settings file pah
packages/user/
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": | |
[ | |
"AngularJS", | |
"AutoFileName", | |
"Better Completion", | |
"CSS Extended Completions", | |
"CSS3", | |
"DocBlockr", | |
"EditorConfig", | |
"Emmet", | |
"HTML Boilerplate", | |
"Ionic Framework Snippets", | |
"Package Control", | |
"ProjectManager", | |
"SCSS", | |
"SideBarEnhancements", | |
"SublimeCodeIntel", | |
"SublimeLinter", | |
"SublimeLinter-jshint", | |
"SublimeLinter-phplint", | |
"Theme - Dark Material", | |
"Theme - Spacegray", | |
"WordPress" | |
] | |
} |
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/User/SublimeLinter/base16-eighties.dark (SL).tmTheme", | |
"font_size": 13, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"tab_size": 2, | |
"theme": "Dark-Material.sublime-theme", | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment