Sublime Text

A sophisticated text editor for code, markup and prose

Official Documentation

Config file

{
  "binary_file_patterns":
  [
    "*.jpg",
    "*.jpeg",
    "*.png",
    "*.gif",
    "*.ttf",
    "*.tga",
    "*.dds",
    "*.ico",
    "*.eot",
    "*.pdf",
    "*.swf",
    "*.jar",
    "*.zip"
  ],
  "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",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*.sublime-workspace",
    "*.map"
  ],
  "folder_exclude_patterns":
  [
    ".svn",
    ".git",
    ".hg",
    "CVS",
    ".cloud66",
    "tmp",
    "log",
    "bin",
    "node_modules",
    "bower_components",
    "dist",
    "deps",
    "_build",
    "db/docker_volumes"
  ],
  "font_size": 12,
  "ignored_packages":
  [
    "Vintage"
  ],
  "index_exclude_patterns":
  [
    "*.log"
  ],
  "rulers":
  [
    120
  ],
  "shift_tab_unindent": true,
  "tab_size": 2,
  "translate_tabs_to_spaces": true,
  "trim_trailing_white_space_on_save": true,
  "word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~"
}

Packages to Install

  • SublimeLinter3

  • SublimeLinter-contrib-eslint

  • SublimeLinter-rubocop

  • ESLint

  • Handlebars

  • RSpec

  • SCSS

Last updated