Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-2982

Update bracing style

    • Type: Icon: Task Task
    • Resolution: Won't Do
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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 Unassigned
            Reporter:
            vincent.kam@mongodb.com Vincent Kam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: