Skip to content

Instantly share code, notes, and snippets.

@blackjid
Last active December 14, 2015 17:09
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 blackjid/5120444 to your computer and use it in GitHub Desktop.
Save blackjid/5120444 to your computer and use it in GitHub Desktop.
All my settings for Sublime Text

Syntax Highlights

  • Apiary
  • Yaml
  • Scss
  • nginx
  • less

Packages

  • SublimeLinter
  • SideBarEnhancements
  • EditorConfig
  • AngularJs
  • Angular Attributes Completion
  • GitGutter
  • LiveReload
  • TrailingSpaces
  • Bower
  • Docblockr

User settings

{
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
	"default_line_ending": "unix",
	"detect_slow_plugins": false,
	"fade_fold_buttons": false,
	"font_size": 12,
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"overlay_scroll_bars": "enabled",
	"shift_tab_unindent": true,
	"soda_classic_tabs": true,
	"theme": "Soda Dark.sublime-theme",
	"trim_trailing_white_space_on_save": true,
    	"ensure_newline_at_eof_on_save": true,
    	"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".tmp", ".sass-cache"]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment