Skip to content

Instantly share code, notes, and snippets.

@parisk
Created November 6, 2015 10:27
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 parisk/f2fdcf3cc37cbaa0d41c to your computer and use it in GitHub Desktop.
Save parisk/f2fdcf3cc37cbaa0d41c to your computer and use it in GitHub Desktop.
EditorConfig trim trailing whitespace in Python files
[*.py]
trim_trailing_whitespace = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment