From 92e2b988ffefb9ac7b40772513d2d366ad1dd9ca Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 6 Dec 2020 23:05:21 -0300 Subject: [PATCH] add header to gitattributes --- dotfiles/git/attributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/git/attributes b/dotfiles/git/attributes index d11d395..fbdc32f 100644 --- a/dotfiles/git/attributes +++ b/dotfiles/git/attributes @@ -1,3 +1,8 @@ +# {{@@ header() @@}} + +*.yaml yaml=true +*.yml yaml=true + {%@@ if tabs @@%} * filter=tabspace {%@@ endif @@%}