Skip to content

Instantly share code, notes, and snippets.

@ronelliott
Last active October 15, 2019 03:04
Show Gist options
  • Save ronelliott/3581f36b9b94dd589ac1 to your computer and use it in GitHub Desktop.
Save ronelliott/3581f36b9b94dd589ac1 to your computer and use it in GitHub Desktop.
My Sublime Text settings
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.js"
}
],
"color_scheme": "Packages/Colorsublime - Themes/1337.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"pkg",
"Saved",
"Intermediate",
"Binaries",
"*.xcworkspace",
".vscode",
"*.lproj",
"*.xcassets",
"*.xcodeproj",
"dist",
"node_modules"
],
"font_face": "Hack",
"font_size": 18,
"gruvbox_accent_orange": true,
"gruvbox_tabs_xxs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
100,
120
],
"show_encoding": true,
"tab_size": 2,
"theme": "ayu-dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"ui_native_titlebar": false,
"ui_scale": 1.15,
"ui_separator": false,
"ui_wide_scrollbars": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment