From 0201fcfc6c656202650c2ff2fe7f628bb1c15536 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sun, 1 Oct 2006 22:30:10 +0000 Subject: Stick an emacs comment directive at the beginning of all the code files so 2006-10-01 Elijah Newren * src/*.[ch]: Stick an emacs comment directive at the beginning of all the code files so that people using emacs will be more likely to get coding style correct in their patches. We still need a similar vi directive. #358866 --- src/edge-resistance.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/edge-resistance.h') diff --git a/src/edge-resistance.h b/src/edge-resistance.h index f327c83e..6d0dbe0b 100644 --- a/src/edge-resistance.h +++ b/src/edge-resistance.h @@ -1,3 +1,5 @@ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ + /* Edge resistance for move/resize operations */ /* -- cgit v1.2.1