[postgis-tickets] r15543 - Request crlf for .bat files
Sandro Santilli
strk at kbt.io
Tue Aug 8 08:36:37 PDT 2017
Author: strk
Date: 2017-08-08 08:36:37 -0700 (Tue, 08 Aug 2017)
New Revision: 15543
Modified:
branches/2.3/.editorconfig
Log:
Request crlf for .bat files
Modified: branches/2.3/.editorconfig
===================================================================
--- branches/2.3/.editorconfig 2017-08-08 15:23:59 UTC (rev 15542)
+++ branches/2.3/.editorconfig 2017-08-08 15:36:37 UTC (rev 15543)
@@ -24,3 +24,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