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 /libnautilus-private/nautilus-file-undo-manager.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 'libnautilus-private/nautilus-file-undo-manager.c')
-rw-r--r-- | libnautilus-private/nautilus-file-undo-manager.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libnautilus-private/nautilus-file-undo-manager.c b/libnautilus-private/nautilus-file-undo-manager.c index 0fb1583e0..e3e915fbd 100644 --- a/libnautilus-private/nautilus-file-undo-manager.c +++ b/libnautilus-private/nautilus-file-undo-manager.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* nautilus-file-undo-manager.c - Manages the undo/redo stack * |