Skip to content

Instantly share code, notes, and snippets.

@MrDHat
Created December 16, 2013 16:22
Show Gist options
  • Save MrDHat/7989789 to your computer and use it in GitHub Desktop.
Save MrDHat/7989789 to your computer and use it in GitHub Desktop.

Preferences

{
	"caret_style": "phase",
	"dictionary": "Packages/Language - English/en_US.dic",
	"draw_white_space": "selection",
	"font-size": 12.0,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"tab_completion": true,
	"translate_tabs_to_spaces": true
}

Packages

Install the Sublime Package Control to install these packages.

  • Color Highlighter
  • DocBlockr
  • EditorConfig
  • GitGutter
  • Local History
  • MacTerminal
  • Markdown Preview
  • Prefixr
  • SublimeLinter
{
    "sublimelinter_mark_style": "outline",
    "sublimelinter_gutter_marks": true,
    "sublimelinter_popup_errors_on_save": true,
    "jshint_options": {
        "es3": true
    }
}
  • Emmet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment