diff --git a/.dir-locals.el b/.dir-locals.el index b748c8d085f..44a0db68241 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -14,11 +14,10 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . -( - (tcl-mode . ((tcl-indent-level . 4) +((tcl-mode . ((tcl-indent-level . 4) (tcl-continued-indent-level . 4) (indent-tabs-mode . t))) (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s"))) (c-mode . ((c-file-style . "GNU") - (indent-tabs-mode . t))) -) + (indent-tabs-mode . t) + (fill-column . 80))))