Skip to content

Instantly share code, notes, and snippets.

@JustinTW
Created April 15, 2016 06:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustinTW/a5da0685f3164d01256545bd805ac3f4 to your computer and use it in GitHub Desktop.
Save JustinTW/a5da0685f3164d01256545bd805ac3f4 to your computer and use it in GitHub Desktop.
{
"max-line-length": 250,
// list codes for fixes; used by --ignore and --select
"list-fixes": "",
// do not fix these errors / warnings(e.g. E4, W)
"ignore": "E24, E226",
// select errors / warnings(e.g. E4, W)
"select": "",
// enable possibly unsafe changes (E711, E712)
"aggressive": 0,
// number of spaces per indent level
"indent-size": 4,
"format_on_save": true,
"show_output_panel": true,
// Format/Preview menu items only appear for views
// with syntax from `syntax_list`
// value is base filename of the .tmLanguage syntax files
"syntax_list": ["Python"],
"file_menu_search_depth": 3, // max depth to search python files
"avoid_new_line_in_select_mode": false,
// print debug info into the console
"debug": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment