diff --git a/.editorconfig b/.editorconfig
index cf4f74744d2b4..1448366147113 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -210,6 +210,7 @@ max_line_length = 140
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999
ij_java_imports_layout = *,|,com.**,|,org.**,|,java.**,javax.**,|,$*
+ij_java_keep_simple_blocks_in_one_line = false
[*.json]
indent_size = 2
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
index 3efd2cce181d4..ebd40f7051a26 100644
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,7 @@
+
@@ -11,4 +12,4 @@
-
+
\ No newline at end of file
diff --git a/build-tools-internal/src/main/resources/checkstyle.xml b/build-tools-internal/src/main/resources/checkstyle.xml
index 7fc55707616f9..2c9841011d7f0 100644
--- a/build-tools-internal/src/main/resources/checkstyle.xml
+++ b/build-tools-internal/src/main/resources/checkstyle.xml
@@ -194,5 +194,7 @@
value="Do not negate boolean expressions with '!', but check explicitly with '== false' as it is more explicit"/>
+
+