You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 9_Community/3-coding_guidelines.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,4 +112,7 @@ Functions are not just for readability; they represent a logically distinct unit
112
112
##Other C++ style
113
113
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.
114
114
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.
0 commit comments