Skip to content

Commit b1a7bf8

Browse files
authored
More standards
1 parent 2ed64a7 commit b1a7bf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ Make sure things that will be used between the different implementations are in
2121
Make sure messages & permissions are in the constants file.
2222
Use your brain...
2323

24+
Pull requests that don't follow the standards will be ignored until they meet the standards.
25+
2426
And then all of the following stuff:
2527

28+
## FOUR. SPACE. INDENTION.
29+
2630
### Indention is bad, avoid it.
2731
#### Don't:
2832

@@ -59,4 +63,4 @@ public void things()
5963
public void things() {
6064
// stuff
6165
}
62-
```
66+
```

0 commit comments

Comments
 (0)