https://github.com/facebookresearch/pythia
Raw File
Tip revision: 02a55a30d59234933fa2701925620c006a932cda authored by Anton Kastritskiy on 02 February 2023, 10:46:34 UTC
[staticdocs][mmf] automatic update for docusaurus-plugin-internaldocs-fb@1.7.0
Tip revision: 02a55a3
.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