Snippets

John Martini Sublime User Settings

Created by John Martini last modified
https://gist.github.com/andresgutgon/3974097
http://stackoverflow.com/questions/10068264/sublime-text-2-build-via-simple-batch-file

{
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"fade_fold_buttons": false,
	"font_size": 10,
	"highlight_line": false,
	"gutter": true,
	"line_padding_bottom": 2,
	"line_padding_top": 2,
	"ignored_packages":
	[
		"Vintage"
	],
	"rulers":
	[
		80,
		120
	],
	"wide_caret": true,
	"word_wrap": false
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.