You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2020/03/18 18:24:09 UTC

svn commit: r1875382 - /subversion/trunk/.editorconfig

Author: danielsh
Date: Wed Mar 18 18:24:09 2020
New Revision: 1875382

URL: http://svn.apache.org/viewvc?rev=1875382&view=rev
Log:
* .editorconfig
  (**/Makefile*, build-outputs.mk, build-outputs.mk.ezt): New stanzas.

Modified:
    subversion/trunk/.editorconfig

Modified: subversion/trunk/.editorconfig
URL: http://svn.apache.org/viewvc/subversion/trunk/.editorconfig?rev=1875382&r1=1875381&r2=1875382&view=diff
==============================================================================
--- subversion/trunk/.editorconfig (original)
+++ subversion/trunk/.editorconfig Wed Mar 18 18:24:09 2020
@@ -7,3 +7,13 @@ indent_style = space
 indent_size = 2
 insert_final_newline = true
 trim_trailing_whitespace = false
+
+[**/Makefile*]
+indent_style = tab
+
+[build-outputs.mk]
+indent_style = tab
+
+[build/generator/templates/build-outputs.mk.ezt]
+indent_style = tab
+