From fa2a9d1e10679aad270f4641f43595b36fe8e04c Mon Sep 17 00:00:00 2001 From: Julian Waters Date: Tue, 29 Apr 2025 15:37:16 +0000 Subject: [PATCH] 8354919: Move HotSpot .editorconfig into the global .editorconfig Reviewed-by: erikj, ihse --- .editorconfig | 4 ++++ src/hotspot/.editorconfig | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 src/hotspot/.editorconfig diff --git a/.editorconfig b/.editorconfig index 0e6c17e7674..98f07b3c5fb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,7 @@ trim_trailing_whitespace = true [Makefile] trim_trailing_whitespace = true + +[src/hotspot/**.{cpp,hpp,h}] +indent_style = space +indent_size = 2 diff --git a/src/hotspot/.editorconfig b/src/hotspot/.editorconfig deleted file mode 100644 index 48e63362b54..00000000000 --- a/src/hotspot/.editorconfig +++ /dev/null @@ -1,3 +0,0 @@ -[*.{cpp,hpp,c,h}] -indent_style = space -indent_size = 2