diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..26d04251 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# GitHub really wants to mark littlefs as a python project, telling it to +# reclassify our test .toml files as C code (which they are 95% of anyways) +# remedies this +*.toml linguist-language=c