Author: rhuijben Date: Fri Nov 27 10:08:47 2015 New Revision: 1716821 URL: http://svn.apache.org/viewvc?rev=1716821&view=rev Log: * .editorconfig Add editor configuration file handled by a growing set of editors.
Added: serf/trunk/.editorconfig (with props) Added: serf/trunk/.editorconfig URL: http://svn.apache.org/viewvc/serf/trunk/.editorconfig?rev=1716821&view=auto ============================================================================== --- serf/trunk/.editorconfig (added) +++ serf/trunk/.editorconfig Fri Nov 27 10:08:47 2015 @@ -0,0 +1,9 @@ +# top-most EditorConfig file +# See http://editorconfig.org/ +root = true + +[*] +indent_style = space +indent_size = 4 +insert_final_newline = true +trim_trailing_whitespace = true Propchange: serf/trunk/.editorconfig ------------------------------------------------------------------------------ svn:eol-style = native