diff --git a/.gitattributes b/.gitattributes index 4976c9b9c..44dc16b54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,10 @@ * text=auto eol=lf -*.yaml.j2 linguist-language=YAML +*.env linguist-detectable linguist-language=SHELL +*.json linguist-detectable linguist-language=JSON +*.json5 linguist-detectable linguist-language=JSON5 +*.md linguist-detectable linguist-language=MARKDOWN +*.sh linguist-detectable linguist-language=SHELL +*.toml linguist-detectable linguist-language=TOML +*.yaml linguist-detectable linguist-language=YAML +*.yaml.j2 linguist-detectable linguist-language=YAML +*.yml linguist-detectable linguist-language=YAML