Skip to content

Instantly share code, notes, and snippets.

@hashd
Last active November 5, 2015 17:32
Show Gist options
  • Save hashd/8bdc05b74222836fe8a8 to your computer and use it in GitHub Desktop.
Save hashd/8bdc05b74222836fe8a8 to your computer and use it in GitHub Desktop.
Better Markdown Editing in Sublime Text
{
  	# Enable spell check
	"spell_check": true,
	"dictionary": "Packages/Language - English/en_US.dic",
	
	# 80 char width column width and wrap enabled
	"word_wrap": true,
	"wrap_width": 80,
	
	# Layout should be centered
	"draw_centered": true,
	
	# Dont show line numbers
	"line_numbers": false,
	"always_show_minimap_viewport": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment