blob: b0119f60e12ccf164788a3661638b5a75864d659 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Java Language Standards
## Requirements
TBD
## Guidelines
- Follow the [Google Style Guide][1] for formatting.
- Use the automatic formatting rules for IntelliJ IDEA and Eclipse [available here][2].
[1]: https://google.github.io/styleguide/javaguide.html
[2]: https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml
|