summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-07-09 11:14:20 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-07-09 11:14:20 +0200
commit3136d6c54c26b92ab5cf1509bc9a210c1a800efa (patch)
tree39b4ba21fdfb121ed16e7d91752aa2c898a3a3ee /.gitattributes
parentd3d3f34281e231c256478eb383ad2f286b00a077 (diff)
downloadgohugo-theme-ed-3136d6c54c26b92ab5cf1509bc9a210c1a800efa.tar.gz
Split configuration parameters
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 7b018ef..58a5e37 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -22,6 +22,7 @@ resources/_gen/** linguist-generated
*.asc linguist-language=Public Key
*.md linguist-detectable=true linguist-documentation=false
*.webmanifest linguist-language=JSON
+*.yaml linguist-detectable=true
CHANGELOG.md linguist-detectable=false linguist-documentation=true
CONTRIBUTING.md linguist-detectable=false linguist-documentation=true
@@ -37,8 +38,8 @@ SECURITY.md linguist-detectable=false linguist-documentation=true
# plus any specific settings
#
-CONTRIBUTING.md text eol=lf
CHANGELOG.md text eol=lf
+CONTRIBUTING.md text eol=lf
LICENSE text eol=lf
README.md text eol=lf
SECURITY.md text eol=lf