Guess I should put this under version control LOL
This commit is contained in:
commit
2035318460
73 changed files with 8836 additions and 0 deletions
6
clippy.toml
Normal file
6
clippy.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
cyclomatic-complexity-threshold = 30
|
||||
doc-valid-idents = [
|
||||
"MiB", "GiB", "TiB", "PiB", "EiB",
|
||||
"DirectX", "OpenGL", "TrueType",
|
||||
"GitHub"
|
||||
]
|
||||
Reference in a new issue