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. --- eel/check-program.c | 1 - 1 file changed, 1 deletion(-) (limited to 'eel/check-program.c') diff --git a/eel/check-program.c b/eel/check-program.c index b2918022e..ca109740f 100644 --- a/eel/check-program.c +++ b/eel/check-program.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* check-program.c: A simple driver for eel self checks. -- cgit v1.2.1