From d2dae565d4c8c434c22a83836b2262a025a5cf24 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Sun, 17 Dec 2023 11:51:06 -0800 Subject: [PATCH] feat: Add Hashicorp formats like HCL, Terraform, and Vagrant --- community/Hashicorp.gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/Hashicorp.gitattributes diff --git a/community/Hashicorp.gitattributes b/community/Hashicorp.gitattributes new file mode 100644 index 0000000..3f88e2b --- /dev/null +++ b/community/Hashicorp.gitattributes @@ -0,0 +1,10 @@ +# HachiCorp Configuration Language +*.hcl eol=lf + +# Terraform +*.tf text eol=lf +*.tf.json text eol=lf +*.tfvars text eol=lf + +# Vagrant +Vagrantfile text eol=lf