Skip to content

Instantly share code, notes, and snippets.

View tarlitongodoy's full-sized avatar

tarlitongodoy

  • Amsterdam
  • 16:26 (UTC +02:00)
View GitHub Profile
# 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