[anjuta] indentation-c-style: Fix modeline in plugin.c
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] indentation-c-style: Fix modeline in plugin.c
- Date: Thu, 15 Nov 2012 21:07:55 +0000 (UTC)
commit c6455b6eefceaa1b4184c6bbc33a9844a014a046
Author: Carl-Anton Ingmarsson <ca ingmarsson gmail com>
Date: Mon Nov 12 23:19:09 2012 +0100
indentation-c-style: Fix modeline in plugin.c
The correct modeline for using spaces is "indent-tabs-mode: nil;" and not
"indent-spaces-mode: t;".
https://bugzilla.gnome.org/show_bug.cgi?id=688275
plugins/indentation-c-style/plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/indentation-c-style/plugin.c b/plugins/indentation-c-style/plugin.c
index 08457cb..1b158be 100644
--- a/plugins/indentation-c-style/plugin.c
+++ b/plugins/indentation-c-style/plugin.c
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-spaces-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4; tab-width: 4 -*- */
/*
plugin.c
Copyright (C) 2000 Naba Kumar
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]