You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/11/27 11:06:13 UTC

svn commit: r1716820 - in /subversion/trunk: ./ .editorconfig

Author: rhuijben
Date: Fri Nov 27 10:06:13 2015
New Revision: 1716820

URL: http://svn.apache.org/viewvc?rev=1716820&view=rev
Log:
Store an editor configuration for another set of editors and update
svn:ignore for another Visual Studio update.

* .
  (svn:ignore): Just ignore each and every file named after the VS solution.
  
* .editorconfig
  New file

Added:
    subversion/trunk/.editorconfig   (with props)
Modified:
    subversion/trunk/   (props changed)

Propchange: subversion/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Nov 27 10:06:13 2015
@@ -34,12 +34,7 @@ subversion_msvc.dsw
 subversion_msvc.ncb
 subversion_msvc.opt
 subversion_msvc.plg
-subversion_vcnet.sln
-subversion_vcnet.ncb
-subversion_vcnet.suo
-subversion_vcnet.v11.suo
-subversion_vcnet.sdf
-subversion_vcnet.opensdf
+subversion_vcnet.*
 mkmf.log
 .project
 .classpath
@@ -56,3 +51,4 @@ gmock-fused
 compile_commands.json
 .kdev4
 *.kdev4
+.vs

Added: subversion/trunk/.editorconfig
URL: http://svn.apache.org/viewvc/subversion/trunk/.editorconfig?rev=1716820&view=auto
==============================================================================
--- subversion/trunk/.editorconfig (added)
+++ subversion/trunk/.editorconfig Fri Nov 27 10:06:13 2015
@@ -0,0 +1,9 @@
+# top-most EditorConfig file
+# See http://editorconfig.org/
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+insert_final_newline = true
+trim_trailing_whitespace = false

Propchange: subversion/trunk/.editorconfig
------------------------------------------------------------------------------
    svn:eol-style = native