]> granicus.if.org Git - postgis/commitdiff
Stub an EditorConfig configuration
authorSandro Santilli <strk@keybit.net>
Wed, 6 Apr 2016 07:30:47 +0000 (07:30 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Apr 2016 07:30:47 +0000 (07:30 +0000)
See http://editorconfig.org/

git-svn-id: http://svn.osgeo.org/postgis/trunk@14821 b70326c6-7e19-0410-871a-916f4a2858ee

.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..5987fe8
--- /dev/null
@@ -0,0 +1,8 @@
+# http://editorconfig.org
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = tab