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:
parent
1eb0917065
commit
d2dae565d4
10
community/Hashicorp.gitattributes
Normal file
10
community/Hashicorp.gitattributes
Normal 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
|
Loading…
Reference in New Issue
Block a user