Skip to content

Instantly share code, notes, and snippets.

@danielecook
Last active June 21, 2018 11:54
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 danielecook/41ecab8922320653789dc7cdeb18d9aa to your computer and use it in GitHub Desktop.
Save danielecook/41ecab8922320653789dc7cdeb18d9aa to your computer and use it in GitHub Desktop.
preferences.sublime-settings
✔ Alignment | ✔ Anaconda
✔ ayu | ✔ Color Highlighter
✔ Gist | ✔ Git
✔ GitGutter | ✔ Jinja2
✔ LESS | ✔ MarkdownEditing
✔ Package Control | ✔ PackagesUI
✔ Pretty JSON | ✔ Python 3
✔ Python Improved | ✔ rainbow_csv
✔ SendCode | ✔ SideBarEnhancements
✔ Sublime Tutor | ✔ SublimeCodeIntel
✔ SublimeLinter | ✔ SublimeLinter-contrib-jslint
✔ SublimeLinter-eslint | ✔ SublimeLinter-flake8
✔ SublimeLinter-pylint | ✔ SublimeREPL
✔ TerminalView | ✔ Theme - Afterglow
✔ Theme - Delta | ✔ Theme - Soda
✔ Vue Syntax Highlight | ✔ Web Inspector
{
"color_scheme": "Packages/User/Afterglow-monokai (Flake8Lint).tmTheme",
"detect_indentation": false,
"folder_exclude_patterns":
[
"CVS",
"libs",
"lib",
"license.md",
"README.md",
"*bundle.js",
"*.min.js",
"*.min.css",
"node_modules",
".git",
".svn",
".hg",
".pytest_cache"
],
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc"
],
"font_face": "ubuntu mono",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"theme": "Delta.sublime-theme",
// Font
"font_face": "Ubuntu Mono",
"font_options": ["subpixel_antialias", "no_bold"],
"line_padding_bottom": 0,
"line_padding_top": 0,
// Cursor style - no blinking and slightly wider than default
"caret_style": "solid",
"wide_caret": true,
// Editor view look-and-feel
"draw_white_space": "all",
"fold_buttons": false,
"highlight_line": true,
"auto_complete": false,
"show_minimap": false,
"show_full_path": true,
// Whitespace - no tabs, trimming, end files with \n
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment