aboutsummaryrefslogtreecommitdiff
path: root/kte/kde.kateconfig
blob: 94fbe5e6386634dfce162de0289328fa13208037 (plain)
1
2
3
4
5
6
// 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;