Skip to content

Instantly share code, notes, and snippets.

@ruandre
Last active February 7, 2022 17:48
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 ruandre/7cbd322d6464cf8c010bba08cf7b20f0 to your computer and use it in GitHub Desktop.
Save ruandre/7cbd322d6464cf8c010bba08cf7b20f0 to your computer and use it in GitHub Desktop.
Sublime Text Settings

Sublime Text Settings

https://www.sublimetext.com/

Preferences.sublime-settings.json

{
  "always_prompt_for_file_reload": true,
  "bold_folder_labels": true,
  "caret_extra_bottom": 1,
  "caret_extra_top": 1,
  "caret_extra_width": 1,
  "caret_style": "phase",
  "color_scheme": "Packages/Night Owl/Night Owl.sublime-color-scheme",
  "default_line_ending": "unix",
  "drag_text": false,
  "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],
  "font_face": "JetBrains Mono",
  "font_options": [
    "no_bold",
    "no_italic",
    "gray_antialias",
    "subpixel_antialias"
  ],
  "font_size": 12,
  "highlight_modified_tabs": true,
  "ignored_packages": ["Vintage"],
  "line_padding_bottom": 2,
  "line_padding_top": 2,
  "native_tabs": "preferred",
  "overlay_scroll_bars": "enabled",
  "shift_tab_unindent": true,
  "show_encoding": true,
  "show_line_endings": true,
  "show_tab_close_buttons": false,
  "tab_size": 2,
  "theme": "Adaptive.sublime-theme",
  "translate_tabs_to_spaces": true,
  "trim_trailing_white_space_on_save": true
}

Packages

Advanced CSV
Case Conversion
Color Highlight
Column Select
Compare Side-By-Side
CSS Format
CSV
DocBlockr
Dockerfile Syntax Highlighting
DotENV
EditorConfig
EJS 2
Emmet
FileIcons
GenerateUUID
GitGutter
Gitignore
Highlight Dodgy Chars
HTMLBeautify
JavaScript & NodeJS Snippets
JSON Reindent
JsPrettier
Line Endings Unify
Markdown Extended
MDX Syntax Highlighting
Night Owl
Pug
rainbow_csv
RainbowBrackets
Random Everything
Rust Enhanced
Sass
SideBarEnhancements
Slugify
StringUtilities
Stylus
Svelte
TabsExtra
TOML
Trimmer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment