Skip to content

Instantly share code, notes, and snippets.

@vicainelli
Last active March 29, 2017 16:05
Show Gist options
  • Save vicainelli/e30dac50b9fd47eb905f17cfca3577c4 to your computer and use it in GitHub Desktop.
Save vicainelli/e30dac50b9fd47eb905f17cfca3577c4 to your computer and use it in GitHub Desktop.
My Sublime Text Settings

Sync Sublime Text settings with Dropbox

Download Dropbox

Installed Packages

  • All Autocomplete
  • Autoprefixer
  • BracketHighlighter
  • Comment-Snippets
  • CSS Extended Completions
  • CSScomb
  • CSSLint
  • Curly Syntax Definition
  • DocBlockr
  • EasyDiff
  • Emmet
  • EncodingHelper
  • GitGutter
  • Google Closure Template snippets
  • Gulp
  • HTML-CSS-JS Prettify
  • Jade
  • Jade Snippets
  • JavaScript Completions
  • jQuery
  • JSHint
  • Material Color Scheme
  • Material Theme
  • MySQL Snippets
  • Nettuts+ Fetch
  • Package Control
  • PHP Completions Kit
  • Phpcs
  • Sass
  • SCSS
  • SideBarEnhancements
  • SQF Language
  • Stylus
  • WakaTime
  • WordPress Developer Resources

More plugins in packagecontrol.io

{
"close_window_when_empty": true,
"color_scheme": "Packages/ayu/ayu-mirage.tmTheme",
"create_window_at_startup": false,
"detect_indentation": true,
"draw_indent_guides": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"*.lib",
".DS_Store",
"*~",
"*.psd",
".psd",
"*.db",
"*.eot",
"*.ttf",
"*.woff",
"*.tmp",
"Thumbs.db",
"ehthumbs.db",
"Desktop.ini",
"*.sublime-project",
"*.sublime-workspace"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeLinter",
"Vintage",
"YUI Compressor"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"font_face": "Source Code Pro",
"font_size": 11,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rules":[80],
"save_on_focus_lost": true,
"show_full_path": true,
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_spaces_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment