annotate .dir-locals.el @ 254:67c8ace9d5f6

Save time strings in UTC time and rotate datafiles at midnight UTC Time strings '05/06/2015 00:00:00.014' in datafiles were reported in Paris local time and the data files were rotated at midnight Paris time. Switch to use UTC time for both.
author Daniele Nicolodi <daniele@grinta.net>
date Fri, 05 Jun 2015 18:06:12 +0200
parents 2fc4ac8017af
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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))))