Skip to content

Instantly share code, notes, and snippets.

@arturfsousa
Created August 13, 2013 00:54
Show Gist options
  • Save arturfsousa/6216850 to your computer and use it in GitHub Desktop.
Save arturfsousa/6216850 to your computer and use it in GitHub Desktop.
{
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.pid",
"*.pyc"
],
"folder_exclude_patterns":
[
".git",
"__pycache__",
"env",
"env3"
],
"font_size": 12.0,
"rulers":
[
72,
79
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment