Skip to content

Instantly share code, notes, and snippets.

@sibinx7
Created February 10, 2017 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sibinx7/cf770e85184d12b00a3b1d4976b0d151 to your computer and use it in GitHub Desktop.
Save sibinx7/cf770e85184d12b00a3b1d4976b0d151 to your computer and use it in GitHub Desktop.
Sublime settings
{
	"auto_complete_commit_on_tab": true,
	"caret_style": "solid",
	"default_line_ending": "LF",
	"draw_white_space": "all",
	"enable_tab_scrolling": false,
	"ensure_newline_at_eof_on_save": true,
	"file_exclude_patterns":
	[
		"*.pyc",
		"*.pyo",
		"*.exe",
		"*.dll",
		"*.obj",
		"*.o",
		"*.a",
		"*.lib",
		"*.so",
		"*.dylib",
		"*.ncb",
		"*.sdf",
		"*.suo",
		"*.pdb",
		"*.idb",
		"*.class",
		"*.psd",
		"*.db",
		"*.beam",
		".DS_Store",
		".tags"
	],
	"folder_exclude_patterns":
	[
		".idea",
		".svn",
		".git",
		".hg",
		"CVS",
		".sass-cache",
		".idea",
		".bundle",
		".capistrano",
		".vagrant"
	],
	"font_options":
	[
		"no_round"
	],
	"font_size": 12,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"scroll_past_end": false,
	"tab_size": 2,
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"wide_caret": true,
	"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
	"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment