From c1eeaa6484693bdc7f50d3c5d55fe24c30e532a1 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 10 Dec 2014 16:40:10 +0100 Subject: kte: added .kateconfig files. --- kte/kde.kateconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 kte/kde.kateconfig (limited to 'kte/kde.kateconfig') diff --git a/kte/kde.kateconfig b/kte/kde.kateconfig new file mode 100644 index 0000000..aa32a5a --- /dev/null +++ b/kte/kde.kateconfig @@ -0,0 +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; + -- cgit v1.2.3