Github user pluradj commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/384#discussion_r75548087
  
    --- Diff: 
gremlin-console/src/main/groovy/org/apache/tinkerpop/gremlin/console/Console.groovy
 ---
    @@ -66,12 +72,48 @@ class Console {
         public static final String PREFERENCE_ITERATION_MAX = "max-iteration"
         private static final int DEFAULT_ITERATION_MAX = 100
         private static int maxIteration = DEFAULT_ITERATION_MAX
    +    
    +   public static final String PREF_GREMLIN_COLOR = "gremlin.color"
    +    def gremlinColor = { Preferences.get(PREF_GREMLIN_COLOR, "reset") }
    +   
    --- End diff --
    
    Got a mix of tab and space indenting going on here. The [dev 
docs](http://tinkerpop.apache.org/docs/current/dev/developer/#_code_style) 
don't call for one over the other, but most Java/Groovy files in the repo use 
spaces only.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to