From 3f6d8dad6284e50c77e51d35a730f52b46f0ddb5 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 10 Dec 2014 17:15:00 +0100 Subject: kte: removed the `remove-trailing-spaces` setting. In this case it's safe to pick the default value. --- kte/kde.kateconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kte/kde.kateconfig') diff --git a/kte/kde.kateconfig b/kte/kde.kateconfig index aa32a5a..45776f0 100644 --- a/kte/kde.kateconfig +++ b/kte/kde.kateconfig @@ -1,5 +1,5 @@ // Tabs 4-spaces wide: C, C++, Bison, PHP and Go. -kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 4; -kate-wildcard(*.y;*.yy): indent-width 4; remove-trailing-spaces modified; replace-tabs true; tab-indents true; tab-width 4; +kate-mimetype(text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc): indent-width 4; replace-tabs true; tab-indents true; tab-width 4; +kate-wildcard(*.y;*.yy): indent-width 4; replace-tabs true; tab-indents true; tab-width 4; -- cgit v1.2.3