[svnbook] r5319 committed - branches/1.8/zh/.editorconfig

wuzhouhui at users.sourceforge.net wuzhouhui at users.sourceforge.net
Wed Jun 7 20:52:29 CDT 2017


Revision: 5319
          http://sourceforge.net/p/svnbook/source/5319
Author:   wuzhouhui
Date:     2017-06-08 01:52:29 +0000 (Thu, 08 Jun 2017)
Log Message:
-----------
Branch 1.8/zh: Add .editorconfig for consistent coding style

Added Paths:
-----------
    branches/1.8/zh/.editorconfig

Added: branches/1.8/zh/.editorconfig
===================================================================
--- branches/1.8/zh/.editorconfig	                        (rev 0)
+++ branches/1.8/zh/.editorconfig	2017-06-08 01:52:29 UTC (rev 5319)
@@ -0,0 +1,9 @@
+# top-most EditorConfig file
+# See http://editorconfig.org/
+root = true
+
+[*.{xml,xsl}]
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = false




More information about the svnbook-dev mailing list