summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/dtls/v2/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pion/dtls/v2/.editorconfig')
-rw-r--r--vendor/github.com/pion/dtls/v2/.editorconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/pion/dtls/v2/.editorconfig b/vendor/github.com/pion/dtls/v2/.editorconfig
new file mode 100644
index 0000000..d2b3206
--- /dev/null
+++ b/vendor/github.com/pion/dtls/v2/.editorconfig
@@ -0,0 +1,21 @@
+# http://editorconfig.org/
+
+root = true
+
+[*]
+charset = utf-8
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf
+
+[*.go]
+indent_style = tab
+indent_size = 4
+
+[{*.yml,*.yaml}]
+indent_style = space
+indent_size = 2
+
+# Makefiles always use tabs for indentation
+[Makefile]
+indent_style = tab