You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/08/31 13:48:02 UTC

[openwhisk] branch master updated: change Eclipse indentSpaces to 2 (#4600)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new ee07500  change Eclipse indentSpaces to 2 (#4600)
ee07500 is described below

commit ee07500494ce6fa44142c2406743de250e3b4243
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Sat Aug 31 09:47:50 2019 -0400

    change Eclipse indentSpaces to 2 (#4600)
    
    Fixes #4597.
---
 tools/eclipse/scala.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/eclipse/scala.properties b/tools/eclipse/scala.properties
index 3ad610e..ae8c115 100644
--- a/tools/eclipse/scala.properties
+++ b/tools/eclipse/scala.properties
@@ -36,4 +36,4 @@ preserveSpaceBeforeArguments=false
 spaceBeforeColon=false
 rewriteArrowSymbols=false
 indentLocalDefs=false
-indentSpaces=4
+indentSpaces=2