diff options
author | Carlos Soriano <csoriano@gnome.org> | 2016-04-04 18:05:03 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2016-04-04 18:08:36 +0200 |
commit | 1ffb8ca593a91c7de71ab296ffa3ee1f570ebeda (patch) | |
tree | e6a5137628fe988f00a17af478644c5369a96cea /eel/eel-string.c | |
parent | 08cd80aaa6b91d9a3e4a49a7e84337ac41b0a1c8 (diff) | |
download | nautilus-1ffb8ca593a91c7de71ab296ffa3ee1f570ebeda.tar.gz |
general: remove vim modelines
Vim and emacs modelines are used to specify some of the code style in the code.
However, this is misleading and poorly supported since nautilus had a mix of
code style for some time.
Also, the mode lines doesn't specify the whole code style, so we will need to
use a different tool as well to specify the whole code style.
For that, we can just use a different tool for everything.
So remove the mode lines, and in a short future we will reestyle the nautilus
code to have a single code style, and use a tool like editorconfig to specify
the whole code style.
Diffstat (limited to 'eel/eel-string.c')
-rw-r--r-- | eel/eel-string.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eel/eel-string.c b/eel/eel-string.c index 178af36da..28c7e5024 100644 --- a/eel/eel-string.c +++ b/eel/eel-string.c @@ -1,5 +1,4 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- - +/* eel-string.c: String routines to augment <string.h>. Copyright (C) 2000 Eazel, Inc. |