From f49063664baa3722f7230522fd8c65e307d31e5e Mon Sep 17 00:00:00 2001 From: tzugen Date: Sat, 19 Mar 2022 14:17:09 +0100 Subject: [PATCH] Add weak warning for code which is not formatted according to the official style guide. This only run in newly added/modified files. --- .idea/inspectionProfiles/Project_Default.xml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .idea/inspectionProfiles/Project_Default.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 00000000..f3a4f182 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file