https://github.com/facebookresearch/pythia
Raw File
Tip revision: 3cf2f162953bb0a0e6cad8a6dc67c390ebf3970f authored by dependabot[bot] on 02 February 2023, 10:49:47 UTC
Bump http-cache-semantics from 4.1.0 to 4.1.1 in /website
Tip revision: 3cf2f16
.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