We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed64a7 commit b1a7bf8Copy full SHA for b1a7bf8
README.md
@@ -21,8 +21,12 @@ Make sure things that will be used between the different implementations are in
21
Make sure messages & permissions are in the constants file.
22
Use your brain...
23
24
+Pull requests that don't follow the standards will be ignored until they meet the standards.
25
+
26
And then all of the following stuff:
27
28
+## FOUR. SPACE. INDENTION.
29
30
### Indention is bad, avoid it.
31
#### Don't:
32
@@ -59,4 +63,4 @@ public void things()
59
63
public void things() {
60
64
// stuff
61
65
}
62
-```
66
+```
0 commit comments