diff options
author | Elijah Newren <newren gmail com> | 2006-10-01 22:30:10 +0000 |
---|---|---|
committer | Elijah Newren <newren@src.gnome.org> | 2006-10-01 22:30:10 +0000 |
commit | 0201fcfc6c656202650c2ff2fe7f628bb1c15536 (patch) | |
tree | 7c1f9112fab7bc72f45ea5ae4bce79c8446dc19c /src/boxes.h | |
parent | 07e4cacf14874746453c1c4818122e899bdc4159 (diff) | |
download | metacity-0201fcfc6c656202650c2ff2fe7f628bb1c15536.tar.gz |
Stick an emacs comment directive at the beginning of all the code files so
2006-10-01 Elijah Newren <newren gmail com>
* 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
Diffstat (limited to 'src/boxes.h')
-rw-r--r-- | src/boxes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boxes.h b/src/boxes.h index 52c36698..5c9552da 100644 --- a/src/boxes.h +++ b/src/boxes.h @@ -1,3 +1,5 @@ +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ + /* Simple box operations */ /* |