Update bracing style

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Won't Do
    • Priority: Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Our current code style has opening braces on lines by themselves.

      At least two members of the team have expressed a preference to allow the opening brace to be part of the previous line of code e.g.

       

      // current style:
      if (...) 
      {
        // blah
      }
      
      // proposed change
      if (...) {
       // blah 
      }
      

       

      If a majority of the team prefers this style, perhaps we should consider using it.

            Assignee:
            Unassigned
            Reporter:
            Vincent Kam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: