Propose to use clang-format to enforce hotspot codestyle
Andrew Haley
aph at redhat.com
Fri Mar 13 09:08:57 UTC 2020
On 3/13/20 2:12 AM, John Rose wrote:
> (push '("/vmSymbols\\.hpp\\'" . fundamental-mode) auto-mode-alist)
> (push '("/globals\\.hpp\\'" . fundamental-mode) auto-mode-alist)
> (push '("/vmStructs\\.cpp\\'" . fundamental-mode) auto-mode-alist)
>
> There are surely less blunt ways to do it, but it’s better than
> the frustrating lock-up you describe, which I am also familiar
> with (Aquamacs, many recent versions).
I could submit a patch to the offending files so that everyone editing
them with emacs will benefit. I'm not sure if that'll offend anyone's
sense of purity, though. It only needs this at the end of the files:
// Local Variables:
// mode: fundamental
// End:
WDYT?
--
Andrew Haley (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the hotspot-dev
mailing list