Skip to content

Instantly share code, notes, and snippets.

@Gerst20051
Last active December 8, 2022 09:02
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 Gerst20051/5d83229ae6e2618769d3 to your computer and use it in GitHub Desktop.
Save Gerst20051/5d83229ae6e2618769d3 to your computer and use it in GitHub Desktop.
Personal MacBook Sublime Settings (Preferences and Package Control)
{
"in_process_packages":
[
],
"installed_packages":
[
"Advanced CSV",
"AdvancedNewFile",
"Alignment",
"All Autocomplete",
"Arduino-like IDE",
"Babel",
"Better CoffeeScript",
"BracketHighlighter",
"Calculate",
"ClearConsole",
"CodeFormatter",
"CoffeeCompile",
"Color Highlighter",
"ColorSchemeSelector",
"Colorsublime",
"Context",
"CSS Unminifier",
"CSSTidy",
"DocBlockr",
"Expression",
"ExtendedTabSwitcher",
"Filter Lines",
"Fold Comments",
"Format JSDoc @params",
"Git",
"Git Conflict Resolver",
"GitGutter",
"gitp",
"HTML-CSS-JS Prettify",
"HTMLBeautify",
"Jade",
"Javascript Beautify",
"JavaScript Enhancements",
"JavaScriptNext - ES6 Syntax",
"Jinja2",
"Kotlin",
"Levels",
"MarkdownEditing",
"Material Theme",
"Material Theme - Appbar",
"MaxPane",
"Minifier",
"Minify",
"Modific",
"Package Control",
"Package Syncing",
"Passport",
"Phpcs",
"Pretty JSON",
"Pug",
"Random Everything",
"React IDE",
"React Templates",
"ReactJS",
"Sass",
"SASS Build",
"SassBeautify",
"ScopeContext",
"SCSS",
"SerializedDataConverter",
"SideBarEnhancements",
"Sort Lines (Numerically)",
"SQL (simple-db-migrate)",
"SqlBeautifier",
"SQLExec",
"Statement",
"StyleSorter",
"Stylus",
"SublimeHighlight",
"SublimeLinter",
"SublimeLinter-annotations",
"SublimeLinter-coffee",
"SublimeLinter-coffeelint",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-csslint",
"SublimeLinter-eslint",
"SublimeLinter-jscs",
"SublimeLinter-jshint",
"SublimeLinter-php",
"SublimeLinter-phplint",
"SublimeOnSaveBuild",
"Super Calculator",
"Swift",
"TabsExtra",
"TerminalView",
"Terraform",
"Themr",
"TypeScript Syntax",
],
"repositories":
[
"https://github.com/n1k0/SublimeHighlight/tree/python3",
"https://rawgit.com/Gerst20051/a311cfc3a1c011d7aaf0f8cbeb0ea14b/raw/46397fc958810d39c66e482b6152ee4ef9566cc4/passport_sublime_plugins_repository.json"
],
}
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_complete": true,
"auto_match_enabled": false,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"copy_with_empty_selection": false,
"detect_indentation": true,
"drag_text": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.d.ts",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.sublime-*",
"*.suo",
"*.tar.gz",
".buildpath",
".db",
".DS_Store",
".project",
".psd"
],
"folder_exclude_patterns":
[
".build",
".git",
".hg",
".sass-cache",
".serverless",
".settings",
".svn",
".vscode",
".webpack",
"build",
"coverage",
"CVS",
"flow-typed",
"node_modules"
],
"font_options":
[
"gray_antialias"
],
"font_size": 18,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"JavaScriptNext - ES6 Syntax",
"Markdown",
"SublimeLinter",
"Vintage",
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"overlay_scroll_bars": "enabled",
"show_full_path": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment