[postgis-tickets] r15538 - Request crlf for .bat files
Sandro Santilli
strk at kbt.io
Mon Aug 7 13:23:09 PDT 2017
Author: strk
Date: 2017-08-07 13:23:09 -0700 (Mon, 07 Aug 2017)
New Revision: 15538
Modified:
trunk/.editorconfig
Log:
Request crlf for .bat files
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig 2017-08-07 06:32:00 UTC (rev 15537)
+++ trunk/.editorconfig 2017-08-07 20:23:09 UTC (rev 15538)
@@ -44,3 +44,7 @@
# Makefiles want tab indentation
[{Makefile.in,Makefile,GNUmakefile.in}]
indent_style = tab
+
+# .bat files want CRLF
+[*.bat]
+end_of_line = crlf
More information about the postgis-tickets
mailing list