Mercurial > hg > fxanalyse
annotate .dir-locals.el @ 252:d948e3ced2b9
Fix previous commit
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 28 May 2015 17:20:45 +0200 |
parents | 2fc4ac8017af |
children |
rev | line source |
---|---|
247
2fc4ac8017af
Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff
changeset
|
1 ((c-mode . ((indent-tabs-mode . t) |
2fc4ac8017af
Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff
changeset
|
2 (tab-width . 4) |
2fc4ac8017af
Instruct Emacs to follow Labwindow CVI coding style
Daniele Nicolodi <daniele@grinta.net>
parents:
diff
changeset
|
3 (c-basic-offset . 4)))) |