diff options
author | Reuben Thomas <rrt@sc3d.org> | 2017-03-03 07:44:06 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2017-03-03 12:40:05 +0000 |
commit | 9111a6e1ea0309218439f93f6d79ae429e5d05fd (patch) | |
tree | fbeceb9789b77256815168fc115a7aed7b1a05b3 /tests | |
parent | 33f925fc6c1153eb7f68b35616239b8e0aef6c6a (diff) | |
download | enchant-9111a6e1ea0309218439f93f6d79ae429e5d05fd.tar.gz |
Remove editor settings comments for vim and Emacs
Emacs is already dealt with via .dir-locals.el; other editors should
similarly be set up globally.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/enchant.test.c | 1 | ||||
-rw-r--r-- | tests/enchantxx.test.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/enchant.test.c b/tests/enchant.test.c index 7217b63..216f9be 100644 --- a/tests/enchant.test.c +++ b/tests/enchant.test.c @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * diff --git a/tests/enchantxx.test.cpp b/tests/enchantxx.test.cpp index 0b60ea1..b3e3ea3 100644 --- a/tests/enchantxx.test.cpp +++ b/tests/enchantxx.test.cpp @@ -1,4 +1,3 @@ -/* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* enchant * Copyright (C) 2003 Dom Lachowicz * |