Skip to content

Instantly share code, notes, and snippets.

@jayeshcp
Last active September 17, 2016 15:29
Show Gist options
  • Save jayeshcp/e5a5db4dc73c5ec5e027 to your computer and use it in GitHub Desktop.
Save jayeshcp/e5a5db4dc73c5ec5e027 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences

In order to install packages, package control needs to be installed. Please refer to https://packagecontrol.io/installation.

{
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
	"font_size": 15,
	"highlight_color_blue": true,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"hot_exit": false,
	"ignored_packages":
	[
		"Markdown",
		"Vintage"
	],
	"indent_to_bracket": true,
	"match_brackets_angle": true,
	"overlay_scroll_bars": "enabled",
	"remember_open_files": true,
	"rulers":
	[
		100
	],
	"tab_height_tall": true,
	"tab_size": 4,
	"theme": "Material-Theme.sublime-theme",
	"translate_tabs_to_spaces": true,
	"use_tab_stops": true,
	"word_wrap": true,
	"wrap_width": 0,
	
	// Set to "none" to turn off drawing white space, "selection" to draw only the
	// white space within the selection, and "all" to draw all white space
	"draw_white_space": "selection"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment