Commit 5015acb
committed
Enforce tab indentation
It's very common that the indentation is incorrect when someone
publishes a PR, because we're all use to different things and our
editors doesn't always tell us the truth (atleast not IntelliJ). So by
having this rule us maintainers does not need to update the code after a
PR just to fix the indentation - it's already been forced upon the
creator of the PR. This saves us a lot of time.1 parent f4e62dd commit 5015acb
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
0 commit comments