]> git.openstreetmap.org Git - dns.git/commitdiff
Add .editorconfig file
authorGrant Slater <git@firefishy.com>
Mon, 31 May 2021 23:11:30 +0000 (00:11 +0100)
committerGrant Slater <git@firefishy.com>
Mon, 31 May 2021 23:11:30 +0000 (00:11 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..2731998
--- /dev/null
@@ -0,0 +1,10 @@
+# editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_trailing_newline = true