From: Grant Slater Date: Mon, 31 May 2021 23:11:30 +0000 (+0100) Subject: Add .editorconfig file X-Git-Url: https://git.openstreetmap.org/dns.git/commitdiff_plain/08172c3408c28b0d0a82e3a839da12483a60afd8 Add .editorconfig file --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2731998 --- /dev/null +++ b/.editorconfig @@ -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