Skip to content

Instantly share code, notes, and snippets.

@aaronlelevier
Last active August 1, 2019 03:26
Show Gist options
  • Select an option

  • Save aaronlelevier/38907bb4b388bb0b863c10c60a883edf to your computer and use it in GitHub Desktop.

Select an option

Save aaronlelevier/38907bb4b388bb0b863c10c60a883edf to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"binary_file_patterns":
[
"*min.js",
"*.debug.js",
"*prod.js",
"*.dex",
"*.zip",
"*.bin",
".coverage",
"*.tar",
"*.ckpt.*",
],
"file_exclude_patterns": [
"*.beam",
"*.dump"
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"ensure_single_trailing_newline": true,
"folder_exclude_patterns":
[
".git",
".ipynb_checkpoints",
".idea",
"generated",
"intermediates",
"node_modules",
"bower_components",
"build",
".tox",
".pytest_cache",
"tmp",
"dist",
"courses",
],
"font_size": 14,
"ignore_whitespace_on_current_line": true,
"ignore_whitespace_only_lines": false,
"ignored_packages":
[
"Vintage"
],
"remove_trailing_whitespace_on_save": true,
"rulers":
[
79
],
"save_on_focus_lost": true,
"show_definitions": false,
"tab_size": 4,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
@aaronlelevier

Copy link
Copy Markdown
Author

Last 4 lines work with the Whitespace package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment