1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00

feat: Add Hashicorp formats like HCL, Terraform, and Vagrant

This commit is contained in:
Edwin Kofler 2023-12-17 11:51:06 -08:00 committed by Alexander Karatarakis
parent 1eb0917065
commit d2dae565d4

View File

@ -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