From 1ffb8ca593a91c7de71ab296ffa3ee1f570ebeda Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 4 Apr 2016 18:05:03 +0200 Subject: 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. --- src/nautilus-list-model.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nautilus-list-model.h') diff --git a/src/nautilus-list-model.h b/src/nautilus-list-model.h index 0a1b4d65e..2f3fe19ea 100644 --- a/src/nautilus-list-model.h +++ b/src/nautilus-list-model.h @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* fm-list-model.h - a GtkTreeModel for file lists. -- cgit v1.2.1