Skip to content

Instantly share code, notes, and snippets.

@swapnil-webonise
Last active March 21, 2016 09:27
Show Gist options
  • Save swapnil-webonise/9872d53ad6127cdec7ea to your computer and use it in GitHub Desktop.
Save swapnil-webonise/9872d53ad6127cdec7ea to your computer and use it in GitHub Desktop.
Sublime user presences settings

Go to -> "Preferences > settings-user" and paste following settings

Settings

{
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"draw_white_space": "all",
	"font_size": 11,
	"ignored_packages":
	[
		"Vintage"
	],
	"margin": 2,
	"rulers":
	[
		80,
		150
	],
	"save_on_focus_lost": true,
	"tab_size": 2,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"ensure_newline_at_eof_on_save": true,
	"word_wrap": true,
	"enable_tab_scrolling": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment