Skip to content

Instantly share code, notes, and snippets.

@thekeele
Last active October 10, 2022 21:06
Show Gist options
  • Save thekeele/5863d43b44db640dea476727b1149beb to your computer and use it in GitHub Desktop.
Save thekeele/5863d43b44db640dea476727b1149beb to your computer and use it in GitHub Desktop.
Sublime user settings (`cd ~Library/Application Support/Sublime Text/Packages/User`)
{
"added_words":
[
"params",
"thekeele",
"github",
"https",
"Keele",
"json",
"struct",
"cancelled",
"Uber",
"webhook",
"Postmates",
"backend",
"backoff",
"crypto",
"Etherscan",
"Infura",
"Auth0",
"Fireblocks",
"unspents",
"datetime",
"backfills",
"backfilled",
"backfilling",
"waivable",
"callsites",
"changesets",
"fixup",
"uuid",
"Ethereum",
"changeset",
"idempotency",
"fundings",
],
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 18,
"ignored_packages":
[
"ActualVim",
"Monokai++",
"Vintage",
],
"ignored_words":
[
"Username"
],
"indent_guide_options":
[
"draw_normal",
"draw_white_space",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"material_theme_accent_cyan": true,
"material_theme_accent_scrollbars": true,
"material_theme_appbar_cyan": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_tabs_autowidth": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
100
],
"show_encoding": true,
"spell_check": true,
"tab_size": 2,
"theme": "Material-Theme-Palenight.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