Skip to content

Instantly share code, notes, and snippets.

@HighTide2020
Created June 21, 2021 12:20
Show Gist options
  • Save HighTide2020/227665b841c491a6ddd0164f887bbb88 to your computer and use it in GitHub Desktop.
Save HighTide2020/227665b841c491a6ddd0164f887bbb88 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_close_tags": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.scssc",
"*.cssc",
"*.cmi",
"*.chunk.js",
"*/.direnv/*",
"*/bower_components/*",
"*/node_modules/*",
"*/_build/*",
"ios/build/Build/*",
"ios/build/Index/*",
"ios/build/ModuleCache/*",
"android/.gradle/*",
"android/app/build/intermediates/*",
"*/tmp/cache/*"
],
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme",
"drag_text": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".idea",
".vscode",
"build",
"CVS",
"dist",
"node_modules"
],
"font_face": "Source Code Pro",
"font_options":
[
"Regular"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Markdown",
"Vintage",
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"scroll_past_end": true,
"show_encoding": true,
"show_line_endings": true,
"smart_indent": true,
"tab_size": 4,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment