https://github.com/facebookresearch/pythia
Raw File
Tip revision: 77a14f4803a665fb47d2dc9214c0bd310229b522 authored by omkar on 10 July 2020, 03:57:59 UTC
working code
Tip revision: 77a14f4
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top