Skip to content

Instantly share code, notes, and snippets.

@theoretick
Last active April 1, 2021 15:29
Show Gist options
  • Save theoretick/d1cb122039b3c098f594 to your computer and use it in GitHub Desktop.
Save theoretick/d1cb122039b3c098f594 to your computer and use it in GitHub Desktop.
My Sublime Text config
{
"auto_match_enabled": false,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"deps/**",
"node_modules/**"
],
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": true,
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.beam",
"*.app"
],
"folder_exclude_patterns":
[
"dist",
"dist-prod"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"index_exclude_patterns":
[
"*.log",
"/Users/lucas/Sites/api/public/uploads*"
],
"remember_open_files": false,
"rulers":
[
80,
72
],
"show_full_path": true,
"tab_size": 2,
"trailing_spaces_syntax_ignore":
[
"Diff"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"vintage_start_in_command_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment