Skip to content

Commit 9e99a9d

Browse files
committed
Add link to Java style guide.
1 parent 4001725 commit 9e99a9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

9_Community/3-coding_guidelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,7 @@ Functions are not just for readability; they represent a logically distinct unit
112112
##Other C++ style
113113
Refer to the very well thought-out [Google C++ style guide](https://google.github.io/styleguide/cppguide.html) except where it conflicts with the above guidance.
114114

115+
##Other Java style
116+
Refer to the Android [Code Style for Contributors](http://source.android.com/source/code-style.html) except where it conflicts with the above guidance.
117+
115118

0 commit comments

Comments
 (0)