Add .dir-locals.el
And remove file specific variables. We now also have c-ts-mode since GNU Emacs 29, so don't enforce c-mode
Updated the files with find . -type f -iname "*.[ch]" -exec sed -i '/c-basic-offset/d' {} \;
from src
directory
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
And remove file specific variables. We now also have c-ts-mode since GNU Emacs 29, so don't enforce c-mode
Updated the files with find . -type f -iname "*.[ch]" -exec sed -i '/c-basic-offset/d' {} \;
from src
directory