Re: [PATCH] dir-locals: apply our C settings in C++ also

2024-07-31 Thread Richard Sandiford
Arsen Arsenović writes: > We haven't been applying our settings to our C++. This patch fixes > that. > > Sadly, it seems that the only documented way to apply settings to > multiple modes is to repeat them. I thought that we can provide a list > of modes to apply, but that seems to not be the ca

[PATCH] dir-locals: apply our C settings in C++ also

2024-07-31 Thread Arsen Arsenović
We haven't been applying our settings to our C++. This patch fixes that. Sadly, it seems that the only documented way to apply settings to multiple modes is to repeat them. I thought that we can provide a list of modes to apply, but that seems to not be the case (even thought it happened to work