summaryrefslogtreecommitdiff
path: root/vendor/github.com/hooklift
diff options
context:
space:
mode:
authorThomas Hipp <thipp@suse.de>2017-08-03 15:00:55 +0200
committerFlavio Castelli <flavio@castelli.me>2017-08-08 09:42:05 +0200
commitecd75c368157b9dd0b92b5a12f06cc78d19c5de0 (patch)
treed0cab791a6763edca5afbbac67f659564cee205c /vendor/github.com/hooklift
parent1aac0d73977bf5d9e9bac462d2302d28debe8605 (diff)
downloadterraform-provider-libvirt-ecd75c368157b9dd0b92b5a12f06cc78d19c5de0.tar
terraform-provider-libvirt-ecd75c368157b9dd0b92b5a12f06cc78d19c5de0.tar.gz
vendor: depend on terraform v0.10.0
Signed-off-by: Thomas Hipp <thipp@suse.de>
Diffstat (limited to 'vendor/github.com/hooklift')
-rw-r--r--vendor/github.com/hooklift/iso9660/.editorconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/github.com/hooklift/iso9660/.editorconfig b/vendor/github.com/hooklift/iso9660/.editorconfig
new file mode 100644
index 00000000..dde2aa96
--- /dev/null
+++ b/vendor/github.com/hooklift/iso9660/.editorconfig
@@ -0,0 +1,23 @@
+root = true
+
+; Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+charset = utf-8
+
+; Golang
+[*.go]
+indent_style = tab
+indent_size = 4
+
+; C
+[*.c]
+indent_style = space
+indent_size = 4
+
+; YAML
+[*.yaml]
+indent_style = space
+indent_size = 2