view .dir-locals.el @ 31433:d17ee5e7b66c stable

Fix typos and grammatical mistakes in text exposed to the user * liboctave/numeric/svd.cc: "occured" -> "occurred" * libgui/src/settings-dialog.ui: "Commmand" -> "Command" * libgui/src/shortcut-manager.cc: "allows to" -> "allows one to"
author Rafael Laboissiere <rafael@laboissiere.net>
date Tue, 15 Nov 2022 13:25:31 -0300
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))