Skip to content
Snippets Groups Projects
  1. Jan 13, 2017
  2. Jan 12, 2017
  3. Jan 11, 2017
    • Andreia Gaita's avatar
      :art: Reformat everything to standard · cd317784
      Andreia Gaita authored
      Standard:
      
      - Use {} for blocks of GUI.Begin/End methods for explicit indentation
      purposes
      - Use explicit private
      - Explicitly state serializable/nonserialized intent on fields in
      serializable types
      - Reorder methods/members by
      - public enums
      - public delegates
      - const
      - static fields
      - instance fields
      - constructors
      - public static methods
      - public instance methods
      - public interface implementations
      - private static methods
      - private instance methods
      - private interface implementations
      - properties and indexers
      - nested types
      cd317784
  4. Jan 04, 2017
  5. Jan 03, 2017
  6. Dec 17, 2016
  7. Dec 16, 2016
Loading