Skip to content

Instantly share code, notes, and snippets.

@tarlitongodoy
Created April 13, 2021 18:21
Show Gist options
  • Save tarlitongodoy/dfe7e781180568024c556a69325689b1 to your computer and use it in GitHub Desktop.
Save tarlitongodoy/dfe7e781180568024c556a69325689b1 to your computer and use it in GitHub Desktop.
# http://editorconfig.org
root = true
[*.py]
max_line_length = 120
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment