/sublime-settings

This is my Sublime Text setup.

Primary LanguageJavaScript

# sublime-settings These are my settings for Sublime Text - the popular text editor for web developers. I'm creating this repo so I have an easy way to share my settings with people, and also let people give me suggestions.

Feedback is always welcome - just submit a pull request!

Sublime Packages

These are the packages I have installed. To list your Sublime packages, press Cmd+Shift+P and type in List Packages.

If you want to install all of these, press Cmd+Shift+P, type in Advanced Install Package, and copy/paste this string. BracketHighlighter, DustBuster, EditorConfig, Emmet, Expand Tabs on Save, GitGutter, HTML5, SCSS, SublimeLinter, SublimeLinter-contrib-scss-lint, SublimeLinter-jshint, Syntax Highlighting for Sass, TrailingSpaces, ColorPicker, Markdown Preview, Alignment

Sublime preferences

To view your Sublime preferences file, press Cmd+, or go to Sublime Text > Preferences > User - Settings. These are my settings.

{
  "bold_folder_labels": true,
  "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
  "draw_white_space": "all",
  "ensure_newline_at_eof_on_save": true,
  "expand_tabs_on_save": true,
  "fade_fold_buttons": false,
  "font_size": 12,
  "highlight_line": true,
  "highlight_modified_tabs": true,
  "ignored_packages":
  [
    "Vintage"
  ],
  "indent_guide_options":
  [
    "draw_normal",
    "draw_active"
  ],
  "line_padding_bottom": 1,
  "line_padding_top": 1,
  "tab_size": 2,
  "trim_trailing_white_space_on_save": true,
  "update_check": false,
  "translate_tabs_to_spaces": true
}