Skip to content

Commit

Permalink
docs(code-style): prohibit tabs as substitutes for fixed whitespace
Browse files Browse the repository at this point in the history
Close #46
  • Loading branch information
javier-godoy committed Oct 14, 2024
1 parent 12dbe13 commit 969e061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code-style.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Flowing Code Style Guide / 1.0.3-rc1

In any file format, avoid using tab characters to replace a fixed amount of whitespace in any file format, as their display can differ across devices and platforms.

### Java

Apply the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)
Expand Down

0 comments on commit 969e061

Please sign in to comment.