RFR: 8354919: Move HotSpot .editorconfig into the global .editorconfig
Magnus Ihse Bursie
ihse at openjdk.org
Mon Apr 28 20:15:49 UTC 2025
On Thu, 17 Apr 2025 07:28:03 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> The src/hotspot directory should ideally only be used for HotSpot source files, and we should avoid polluting it with an .editorconfig. A cleaner solution exists since we can just specify the desired code formatting for HotSpot as an override in the root .editorconfig
This is much better; I did not realize this was possible. I agree that sprinkling dot files all over the source code is a bad thing.
-------------
Marked as reviewed by ihse (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/24714#pullrequestreview-2800608010
More information about the hotspot-dev
mailing list