aboutsummaryrefslogtreecommitdiff
path: root/kte/kde.kateconfig
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2015-01-09 12:29:43 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2015-01-09 12:29:43 +0100
commitbe1c5a991ba4cc86301a1e8a0fa5c657c9009330 (patch)
tree23a56c70d6cab475ae1bc595e3da1263d4eba1e9 /kte/kde.kateconfig
parentdd51e1523c491c9ed68b106a45b2d1f9738d7b57 (diff)
downloaddotfiles-be1c5a991ba4cc86301a1e8a0fa5c657c9009330.tar.gz
dotfiles-be1c5a991ba4cc86301a1e8a0fa5c657c9009330.zip
kte: typo.
Diffstat (limited to 'kte/kde.kateconfig')
-rw-r--r--kte/kde.kateconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/kte/kde.kateconfig b/kte/kde.kateconfig
index 45776f0..94fbe5e 100644
--- a/kte/kde.kateconfig
+++ b/kte/kde.kateconfig
@@ -1,5 +1,6 @@
-// Tabs 4-spaces wide: C, C++, Bison, PHP and Go.
+// Override the global config so C, C++ and Bison files match the KDE Coding
+// conventions
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;