Skip to content

Instantly share code, notes, and snippets.

@and2long
Created July 16, 2020 07:25
Show Gist options
  • Save and2long/897941b80862c3f94a78d6f315d023f5 to your computer and use it in GitHub Desktop.
Save and2long/897941b80862c3f94a78d6f315d023f5 to your computer and use it in GitHub Desktop.
yapf格式化配置
{
"python.formatting.provider": "yapf",
"python.formatting.yapfArgs": [
"--style",
"{column_limit: 200}"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment