Skip to content

Instantly share code, notes, and snippets.

@hminnovation
Created February 14, 2017 16:48
Show Gist options
  • Save hminnovation/55d56850f2bb10791e626c72e4c7a4f0 to your computer and use it in GitHub Desktop.
Save hminnovation/55d56850f2bb10791e626c72e4c7a4f0 to your computer and use it in GitHub Desktop.
Packages in Sublime3
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"BracketFlasher",
"BracketHighlighter",
"Color Highlighter",
"CSS Extended Completions",
"Djaneiro",
"GitGutter",
"JsonTree",
"Markdown Preview",
"Package Control",
"Pretty JSON",
"Sass",
"SideBarEnhancements",
"SublimeLinter",
"SublimeLinter-flake8",
"SublimeLinter-pep8"
]
}
@hminnovation
Copy link
Author

hminnovation commented Feb 16, 2017

{
	"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
	"font_size": 13,
	"ignored_packages":
	[
		"Vintage"
	],
	"tab_size": 4,
	"translate_tabs_to_spaces": true,
	"rulers":
	[
		80
	]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment