Skip to content
Snippets Groups Projects
Commit cd317784 authored by Andreia Gaita's avatar Andreia Gaita
Browse files

:art: Reformat everything to standard

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
parent 849c9829
No related branches found
No related tags found
No related merge requests found
Showing
with 1027 additions and 1041 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment