aboutsummaryrefslogtreecommitdiff
path: root/kte/kde.kateconfig
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-12-10 16:40:10 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-12-10 16:40:10 +0100
commitc1eeaa6484693bdc7f50d3c5d55fe24c30e532a1 (patch)
treeb11c199e05cd00478942f4d22325c8c3b9cf0c14 /kte/kde.kateconfig
parentfccc5e73a5037de413254b27f6fca72660d96e60 (diff)
downloaddotfiles-c1eeaa6484693bdc7f50d3c5d55fe24c30e532a1.tar.gz
dotfiles-c1eeaa6484693bdc7f50d3c5d55fe24c30e532a1.zip
kte: added .kateconfig files.
Diffstat (limited to 'kte/kde.kateconfig')
-rw-r--r--kte/kde.kateconfig5
1 files changed, 5 insertions, 0 deletions
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;
+