From 8e06f07b28512f9fb8c609707c9243496db10782 Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" Date: Sun, 8 Jan 2012 12:51:04 -0800 Subject: [PATCH] Add header to set code preferences for vi and emacs. --- contrib/cbif.c | 3 +++ src/aiori-HDF5.c | 3 +++ src/aiori-MPIIO.c | 3 +++ src/aiori-NCMPI.c | 3 +++ src/aiori-POSIX.c | 3 +++ src/aiori.h | 3 +++ src/ior.c | 3 +++ src/ior.h | 3 +++ src/iordef.h | 3 +++ src/parse_options.c | 3 +++ src/parse_options.h | 3 +++ src/utilities.c | 3 +++ src/utilities.h | 3 +++ src/win/getopt.c | 3 +++ src/win/getopt.h | 3 +++ 15 files changed, 45 insertions(+) diff --git a/contrib/cbif.c b/contrib/cbif.c index e27c5d0..9873fec 100644 --- a/contrib/cbif.c +++ b/contrib/cbif.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2006, The Regents of the University of California * diff --git a/src/aiori-HDF5.c b/src/aiori-HDF5.c index b97ce0c..734f6c3 100644 --- a/src/aiori-HDF5.c +++ b/src/aiori-HDF5.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/aiori-MPIIO.c b/src/aiori-MPIIO.c index 0d9554d..4920f6d 100644 --- a/src/aiori-MPIIO.c +++ b/src/aiori-MPIIO.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/aiori-NCMPI.c b/src/aiori-NCMPI.c index c5bc559..e3e678f 100644 --- a/src/aiori-NCMPI.c +++ b/src/aiori-NCMPI.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/aiori-POSIX.c b/src/aiori-POSIX.c index 68bcd15..63791d9 100644 --- a/src/aiori-POSIX.c +++ b/src/aiori-POSIX.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/aiori.h b/src/aiori.h index 03a0c2c..d88abbf 100644 --- a/src/aiori.h +++ b/src/aiori.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/ior.c b/src/ior.c index 637afa3..1d04705 100644 --- a/src/ior.c +++ b/src/ior.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/ior.h b/src/ior.h index 174cc85..5cde65a 100644 --- a/src/ior.h +++ b/src/ior.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/iordef.h b/src/iordef.h index 6d2ae16..632d617 100644 --- a/src/iordef.h +++ b/src/iordef.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/parse_options.c b/src/parse_options.c index 2b15673..8dbd861 100644 --- a/src/parse_options.c +++ b/src/parse_options.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/parse_options.h b/src/parse_options.h index a7485da..45b93ca 100644 --- a/src/parse_options.h +++ b/src/parse_options.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/utilities.c b/src/utilities.c index 9b9dc39..b2a81bd 100644 --- a/src/utilities.c +++ b/src/utilities.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/utilities.h b/src/utilities.h index 1f245de..e3dcabc 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /******************************************************************************\ * * * Copyright (c) 2003, The Regents of the University of California * diff --git a/src/win/getopt.c b/src/win/getopt.c index f0d727d..77ff545 100644 --- a/src/win/getopt.c +++ b/src/win/getopt.c @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /* Getopt for GNU. NOTE: getopt is now part of the C library, so if you don't know what "Keep this file name-space clean" means, talk to drepper@gnu.org diff --git a/src/win/getopt.h b/src/win/getopt.h index 5dd8492..d3990e1 100644 --- a/src/win/getopt.h +++ b/src/win/getopt.h @@ -1,3 +1,6 @@ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + */ /* getopt.h */ /* Declarations for getopt. Copyright (C) 1989-1994, 1996-1999, 2001 Free Software