Skip to content

Commit 4b090f4

Browse files
authored
Add Objective-C/C++ and Java to code formatter script; format those files. (#755)
* Allow format_code to format .m/.mm files; clang-format already knows how. * Run format_code.py on all objective-c/objective-c++ files. * Add Java file extensions to format_code.py * Format all Java source files. * Remove check for objc header, as they are now supported. * Format objective-c .h files. * Don't let lint comment on line length any more; code formatting will report that.
1 parent 6946d8a commit 4b090f4

File tree

127 files changed

+1531
-1918
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+1531
-1918
lines changed

admob/src_java/com/google/firebase/admob/internal/cpp/AdRequestHelper.java

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
* into their (typically more complicated) Java equivalents.
2626
*/
2727
public class AdRequestHelper {
28-
2928
public AdRequestHelper() {}
3029

3130
/**

0 commit comments

Comments
 (0)