Skip to content

Instantly share code, notes, and snippets.

@noudadrichem
Created April 16, 2018 10:56
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 noudadrichem/d543c0c7ec833d50b19a5a1734518c92 to your computer and use it in GitHub Desktop.
Save noudadrichem/d543c0c7ec833d50b19a5a1734518c92 to your computer and use it in GitHub Desktop.
python editorconfig for atom
root = true
[*.py]
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment