]> git.openstreetmap.org Git - chef.git/commitdiff
Add basic .editorconfig file
authorGrant Slater <git@firefishy.com>
Wed, 6 Nov 2019 00:36:18 +0000 (00:36 +0000)
committerGrant Slater <git@firefishy.com>
Wed, 6 Nov 2019 00:36:18 +0000 (00:36 +0000)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..c0d0101
--- /dev/null
@@ -0,0 +1,11 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+trim_trailing_whitespace = true
+insert_final_newline = true
+end_of_line = lf
+indent_size = 2