8354919: Move HotSpot .editorconfig into the global .editorconfig

Reviewed-by: erikj, ihse
This commit is contained in:
Julian Waters 2025-04-29 15:37:16 +00:00
parent b5156bb16a
commit fa2a9d1e10
2 changed files with 4 additions and 3 deletions

View File

@ -5,3 +5,7 @@ trim_trailing_whitespace = true
[Makefile] [Makefile]
trim_trailing_whitespace = true trim_trailing_whitespace = true
[src/hotspot/**.{cpp,hpp,h}]
indent_style = space
indent_size = 2

View File

@ -1,3 +0,0 @@
[*.{cpp,hpp,c,h}]
indent_style = space
indent_size = 2