[geos-commits] [SCM] geos branch master updated. f802c814a9cc011408698ea94fd3d7d875339657

git at osgeo.org git at osgeo.org
Sat Apr 29 14:07:32 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  f802c814a9cc011408698ea94fd3d7d875339657 (commit)
      from  f9d521efcfce8699c71c07f1c3a62391d905ca38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f802c814a9cc011408698ea94fd3d7d875339657
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Apr 29 23:07:14 2017 +0200

    Istitutionalize CR line ending in appveyor.yml

diff --git a/.editorconfig b/.editorconfig
index 13b2ee0..49e9ba4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,6 +25,10 @@ indent_size = 2
 indent_style = space
 indent_size = 2
 
+# appveyor.yml is meant for windows (mloskot said)
+[appveyor.yml]
+end_of_line = crlf
+
 # Visual-C files want carriage returns too
 [*.{vc,opt}]
 end_of_line = crlf

-----------------------------------------------------------------------

Summary of changes:
 .editorconfig |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list