From b38283a6b7e495b3f6748c2c5e47352bd1861f2b Mon Sep 17 00:00:00 2001 From: fhuya Date: Wed, 4 Mar 2020 09:21:59 -0800 Subject: Miscellaneous cleanup for the Android codebase: - update gradle plugins versions - add formatting rules for AndroidManifest and gradle build files - cleanup java_godot_lib_jni Note: logic was mostly moved around and no new logic/functionality was added. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 56cc2e9c2d..f335026e1e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,10 @@ insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true +[{*.gradle,AndroidManifest.xml}] +indent_style = space +indent_size = 4 + [{*.{py,cs},SConstruct,SCsub}] indent_style = space indent_size = 4 -- cgit v1.2.3