Skip to content

Instantly share code, notes, and snippets.

@ziebelje
Last active November 28, 2023 18:56
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziebelje/387d1485745753243eda7c8c247c72e7 to your computer and use it in GitHub Desktop.
Save ziebelje/387d1485745753243eda7c8c247c72e7 to your computer and use it in GitHub Desktop.
Sublime Text

Sublime Text Recommended Packages

Meta

Quality of life

"jsdocs_align_tags": "no",
"jsdocs_spacer_between_sections": true,
"jsdocs_per_section_indent": true

Formatters

Syntax Highlighters

Linters

{
  "cmd": "cmd /c eslint \"$file\" --fix",
  "selector": "source.js"
}

Tools

Themes

User Preferences

{
  "always_show_minimap_viewport": true,
  "color_scheme": "Packages/User/SublimeLinter/Afterglow-monokai (SL).tmTheme",
  "ensure_newline_at_eof_on_save": true,
  "font_size": 12,
  "highlight_line": true,
  "hot_exit": false,
  "ignored_packages":
  [
    "Vintage"
  ],
  "remember_open_files": false,
  "rulers":
  [
    80
  ],
  "show_definitions": false,
  "tab_size": 2,
  "tabs_small": true,
  "theme": "Afterglow.sublime-theme",
  "translate_tabs_to_spaces": true,
  "trim_trailing_white_space_on_save": true
}

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