Skip to content

Instantly share code, notes, and snippets.

@adrianomargarin
Last active August 23, 2017 13:43
Show Gist options
  • Save adrianomargarin/efc77d4add2ad6b80fcdd1016046ae32 to your computer and use it in GitHub Desktop.
Save adrianomargarin/efc77d4add2ad6b80fcdd1016046ae32 to your computer and use it in GitHub Desktop.
{
"folders": [{
"path": ".",
"follow_symlinks": true,
"file_exclude_patterns": [
"*sublime*",
"*.swp",
],
"folder_exclude_patterns": [
"__pycache__",
".git",
"env",
]
}],
"settings": {
"ensure_newline_at_eof_on_save": true,
"rulers":[120],
"tab_size": 4,
"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