Skip to content

Instantly share code, notes, and snippets.

@projected1
Last active August 28, 2024 12:46
Show Gist options
  • Save projected1/76c30703129e1252e34e005449e04d85 to your computer and use it in GitHub Desktop.
Save projected1/76c30703129e1252e34e005449e04d85 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"sublime_merge_path": "/snap/sublime-merge/current/opt/sublime_merge/sublime_merge",
"added_words": [
"aggregator",
"biometrics",
"chatbot",
"comradery",
"denormalizing",
"geospatial",
"globalization",
"gmail",
"hackathon",
"hyperscale",
"lexicographically",
"mentorship",
"microservice",
"microservices",
"misconfigured",
"mongo",
"namespace",
"observability",
"overpeformed",
"programmatically",
"promisify",
"retryable",
"runtimes",
"sectorial",
"serverless",
"sharding",
"sortable",
"stateful",
"substring",
"transactional",
"walkthrough",
"webapp"
],
"auto_find_in_selection": true,
"folder_exclude_patterns": [
".aws-sam",
".idea",
".svn",
".git",
".hg",
".vertx",
".expo",
".gradle",
".serverless",
"CVS",
"node_modules",
"bower_components",
// "build",
// "out",
"target",
"debug*",
"release*",
"__pycache__",
".nyc_output"
],
"font_size": 10,
"highlight_line": true,
"ignored_packages": [
"JsPrettier",
"Vintage",
],
"caret_style": "blink",
"caret_extra_top": 2,
"caret_extra_bottom": 1,
"remember_full_screen": true,
"show_encoding": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"color_scheme": "Monokai.sublime-color-scheme",
"index_files": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment