diff --git a/kdevplatform/.kateconfig b/kdevplatform/.kateconfig deleted file mode 100644 --- a/kdevplatform/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 4; replace-tabs on;tab-width 4; auto-insert-doxygen on; - diff --git a/kdevplatform/interfaces/isourceformatter.h b/kdevplatform/interfaces/isourceformatter.h --- a/kdevplatform/interfaces/isourceformatter.h +++ b/kdevplatform/interfaces/isourceformatter.h @@ -230,4 +230,3 @@ Q_DECLARE_TYPEINFO(KDevelop::SourceFormatterStyleItem, Q_MOVABLE_TYPE); #endif // KDEVPLATFORM_ISOURCEFORMATTER_H -// kate: indent-mode cstyle; space-indent off; tab-width 4; diff --git a/kdevplatform/interfaces/isourceformatter.cpp b/kdevplatform/interfaces/isourceformatter.cpp --- a/kdevplatform/interfaces/isourceformatter.cpp +++ b/kdevplatform/interfaces/isourceformatter.cpp @@ -192,5 +192,3 @@ } } - -// kate: indent-mode cstyle; space-indent off; tab-width 4; diff --git a/kdevplatform/interfaces/isourceformattercontroller.h b/kdevplatform/interfaces/isourceformattercontroller.h --- a/kdevplatform/interfaces/isourceformattercontroller.h +++ b/kdevplatform/interfaces/isourceformattercontroller.h @@ -78,5 +78,3 @@ } #endif // KDEVPLATFORM_ISOURCEFORMATTERCONTROLLER_H - -// kate: indent-mode cstyle; space-indent off; tab-width 4 = 0; diff --git a/kdevplatform/interfaces/isourceformattercontroller.cpp b/kdevplatform/interfaces/isourceformattercontroller.cpp --- a/kdevplatform/interfaces/isourceformattercontroller.cpp +++ b/kdevplatform/interfaces/isourceformattercontroller.cpp @@ -31,6 +31,3 @@ } } - - -// kate: indent-mode cstyle; space-indent off; tab-width 4 = 0; diff --git a/kdevplatform/language/classmodel/allclassesfolder.cpp b/kdevplatform/language/classmodel/allclassesfolder.cpp --- a/kdevplatform/language/classmodel/allclassesfolder.cpp +++ b/kdevplatform/language/classmodel/allclassesfolder.cpp @@ -128,5 +128,3 @@ { return !a_id.last().toString().contains(m_filterString, Qt::CaseInsensitive); } - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/classmodel.h b/kdevplatform/language/classmodel/classmodel.h --- a/kdevplatform/language/classmodel/classmodel.h +++ b/kdevplatform/language/classmodel/classmodel.h @@ -151,5 +151,3 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(NodesModelInterface::Features) #endif - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/classmodel.cpp b/kdevplatform/language/classmodel/classmodel.cpp --- a/kdevplatform/language/classmodel/classmodel.cpp +++ b/kdevplatform/language/classmodel/classmodel.cpp @@ -271,5 +271,3 @@ m_topNode->removeNode(m_projectNodes[project]); m_projectNodes.remove(project); } - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/classmodelnode.h b/kdevplatform/language/classmodel/classmodelnode.h --- a/kdevplatform/language/classmodel/classmodelnode.h +++ b/kdevplatform/language/classmodel/classmodelnode.h @@ -337,5 +337,3 @@ } // namespace classModelNodes #endif - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/classmodelnode.cpp b/kdevplatform/language/classmodel/classmodelnode.cpp --- a/kdevplatform/language/classmodel/classmodelnode.cpp +++ b/kdevplatform/language/classmodel/classmodelnode.cpp @@ -571,5 +571,3 @@ return !m_children.empty(); } - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/documentclassesfolder.cpp b/kdevplatform/language/classmodel/documentclassesfolder.cpp --- a/kdevplatform/language/classmodel/documentclassesfolder.cpp +++ b/kdevplatform/language/classmodel/documentclassesfolder.cpp @@ -422,5 +422,3 @@ } else return *iter; } - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/classmodel/projectfolder.cpp b/kdevplatform/language/classmodel/projectfolder.cpp --- a/kdevplatform/language/classmodel/projectfolder.cpp +++ b/kdevplatform/language/classmodel/projectfolder.cpp @@ -92,5 +92,3 @@ { return !a_id.last().toString().contains(m_filterString, Qt::CaseInsensitive); } - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/kdevplatform/language/codecompletion/.kateconfig b/kdevplatform/language/codecompletion/.kateconfig deleted file mode 100644 --- a/kdevplatform/language/codecompletion/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/kdevplatform/language/codegen/coderepresentation.cpp b/kdevplatform/language/codegen/coderepresentation.cpp --- a/kdevplatform/language/codegen/coderepresentation.cpp +++ b/kdevplatform/language/codegen/coderepresentation.cpp @@ -409,5 +409,3 @@ return artificialStrings[m_file]->data(); } } - -// kate: indent-width 4; diff --git a/kdevplatform/language/duchain/.kateconfig b/kdevplatform/language/duchain/.kateconfig deleted file mode 100644 --- a/kdevplatform/language/duchain/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.h b/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.h --- a/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.h +++ b/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.h @@ -218,5 +218,3 @@ } // namespace KDevelop #endif // KDEVPLATFORM_DYNAMICLANGUAGEEXPRESSIONVISITOR_H - -// kate: space-indent on; indent-width 4; diff --git a/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.cpp b/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.cpp --- a/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.cpp +++ b/kdevplatform/language/duchain/builders/dynamiclanguageexpressionvisitor.cpp @@ -69,5 +69,3 @@ return type; } } // namespace KDevelop - -// kate: space-indent on; indent-width 4; diff --git a/kdevplatform/language/duchain/types/containertypes.h b/kdevplatform/language/duchain/types/containertypes.h --- a/kdevplatform/language/duchain/types/containertypes.h +++ b/kdevplatform/language/duchain/types/containertypes.h @@ -218,5 +218,3 @@ } // namespace KDevelop #endif // KDEVPLATFORM_CONTAINER_TYPES_H - -// kate: space-indent on; indent-width 4 diff --git a/kdevplatform/language/duchain/types/containertypes.cpp b/kdevplatform/language/duchain/types/containertypes.cpp --- a/kdevplatform/language/duchain/types/containertypes.cpp +++ b/kdevplatform/language/duchain/types/containertypes.cpp @@ -144,5 +144,3 @@ return ListType::hash() + (keyType().abstractType() ? keyType().abstractType()->hash() : 1); } } // namespace KDevelop - -// kate: space-indent on; indent-width 4 diff --git a/kdevplatform/language/editor/.kateconfig b/kdevplatform/language/editor/.kateconfig deleted file mode 100644 --- a/kdevplatform/language/editor/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/kdevplatform/language/highlighting/codehighlighting.h b/kdevplatform/language/highlighting/codehighlighting.h --- a/kdevplatform/language/highlighting/codehighlighting.h +++ b/kdevplatform/language/highlighting/codehighlighting.h @@ -225,5 +225,3 @@ Q_DECLARE_TYPEINFO(KDevelop::HighlightedRange, Q_MOVABLE_TYPE); #endif - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/highlighting/codehighlighting.cpp b/kdevplatform/language/highlighting/codehighlighting.cpp --- a/kdevplatform/language/highlighting/codehighlighting.cpp +++ b/kdevplatform/language/highlighting/codehighlighting.cpp @@ -634,5 +634,3 @@ } } } - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/highlighting/colorcache.h b/kdevplatform/language/highlighting/colorcache.h --- a/kdevplatform/language/highlighting/colorcache.h +++ b/kdevplatform/language/highlighting/colorcache.h @@ -177,5 +177,3 @@ } #endif // KDEVPLATFORM_COLORCACHE_H - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/highlighting/colorcache.cpp b/kdevplatform/language/highlighting/colorcache.cpp --- a/kdevplatform/language/highlighting/colorcache.cpp +++ b/kdevplatform/language/highlighting/colorcache.cpp @@ -332,5 +332,3 @@ return m_foregroundColor; } } - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/highlighting/configurablecolors.h b/kdevplatform/language/highlighting/configurablecolors.h --- a/kdevplatform/language/highlighting/configurablecolors.h +++ b/kdevplatform/language/highlighting/configurablecolors.h @@ -61,5 +61,3 @@ } #endif // KDEVPLATFORM_CONFIGURABLECOLORS_H - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/highlighting/configurablecolors.cpp b/kdevplatform/language/highlighting/configurablecolors.cpp --- a/kdevplatform/language/highlighting/configurablecolors.cpp +++ b/kdevplatform/language/highlighting/configurablecolors.cpp @@ -87,5 +87,3 @@ ADD_COLOR(MacroFunctionLikeType, 0x008080) } } - -// kate: space-indent on; indent-width 2; remove-trailing-spaces all; show-tabs on; tab-indents on; tab-width 2; diff --git a/kdevplatform/language/interfaces/abbreviations.h b/kdevplatform/language/interfaces/abbreviations.h --- a/kdevplatform/language/interfaces/abbreviations.h +++ b/kdevplatform/language/interfaces/abbreviations.h @@ -55,5 +55,3 @@ } #endif - -// kate: space-indent on; indent-width 2 diff --git a/kdevplatform/project/projectbuildsetmodel.h b/kdevplatform/project/projectbuildsetmodel.h --- a/kdevplatform/project/projectbuildsetmodel.h +++ b/kdevplatform/project/projectbuildsetmodel.h @@ -92,5 +92,3 @@ Q_DECLARE_TYPEINFO(KDevelop::BuildItem, Q_MOVABLE_TYPE); #endif - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; diff --git a/kdevplatform/serialization/.kateconfig b/kdevplatform/serialization/.kateconfig deleted file mode 100644 --- a/kdevplatform/serialization/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/kdevplatform/vcs/widgets/vcsimportmetadatawidget.h b/kdevplatform/vcs/widgets/vcsimportmetadatawidget.h --- a/kdevplatform/vcs/widgets/vcsimportmetadatawidget.h +++ b/kdevplatform/vcs/widgets/vcsimportmetadatawidget.h @@ -63,5 +63,3 @@ } #endif - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; diff --git a/plugins/appwizard/appwizardpagewidget.h b/plugins/appwizard/appwizardpagewidget.h --- a/plugins/appwizard/appwizardpagewidget.h +++ b/plugins/appwizard/appwizardpagewidget.h @@ -33,6 +33,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_APPWIZARDPAGEWIDGET_H - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/plugins/appwizard/projectvcspage.h b/plugins/appwizard/projectvcspage.h --- a/plugins/appwizard/projectvcspage.h +++ b/plugins/appwizard/projectvcspage.h @@ -64,5 +64,3 @@ }; #endif - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; diff --git a/plugins/clang/.kateconfig b/plugins/clang/.kateconfig deleted file mode 100644 --- a/plugins/clang/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 4; replace-tabs on; tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/plugins/classbrowser/.kateconfig b/plugins/classbrowser/.kateconfig deleted file mode 100644 --- a/plugins/classbrowser/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 4; auto-insert-doxygen on; - diff --git a/plugins/classbrowser/classbrowserplugin.h b/plugins/classbrowser/classbrowserplugin.h --- a/plugins/classbrowser/classbrowserplugin.h +++ b/plugins/classbrowser/classbrowserplugin.h @@ -62,5 +62,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_CLASSBROWSERPLUGIN_H - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/classbrowser/classbrowserplugin.cpp b/plugins/classbrowser/classbrowserplugin.cpp --- a/plugins/classbrowser/classbrowserplugin.cpp +++ b/plugins/classbrowser/classbrowserplugin.cpp @@ -179,5 +179,3 @@ } #include "classbrowserplugin.moc" - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/classbrowser/classtree.h b/plugins/classbrowser/classtree.h --- a/plugins/classbrowser/classtree.h +++ b/plugins/classbrowser/classtree.h @@ -62,5 +62,3 @@ }; #endif - -// kate: space-indent on; indent-width 2; tab-width: 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/classbrowser/classtree.cpp b/plugins/classbrowser/classtree.cpp --- a/plugins/classbrowser/classtree.cpp +++ b/plugins/classbrowser/classtree.cpp @@ -158,5 +158,3 @@ horizontalScrollBar()->setValue(horizontalScrollBar()->minimum()); expand(index); } - -// kate: space-indent on; indent-width 2; tab-width: 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/classbrowser/classwidget.h b/plugins/classbrowser/classwidget.h --- a/plugins/classbrowser/classwidget.h +++ b/plugins/classbrowser/classwidget.h @@ -51,5 +51,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_CLASSWIDGET_H - -// kate: space-indent on; indent-width 2; tab-width: 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/classbrowser/classwidget.cpp b/plugins/classbrowser/classwidget.cpp --- a/plugins/classbrowser/classwidget.cpp +++ b/plugins/classbrowser/classwidget.cpp @@ -107,5 +107,3 @@ { delete m_model; } - -// kate: space-indent on; indent-width 2; tab-width: 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/contextbrowser/contextbrowser.h b/plugins/contextbrowser/contextbrowser.h --- a/plugins/contextbrowser/contextbrowser.h +++ b/plugins/contextbrowser/contextbrowser.h @@ -287,5 +287,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_CONTEXTBROWSERPLUGIN_H - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/contextbrowser/contextbrowser.cpp b/plugins/contextbrowser/contextbrowser.cpp --- a/plugins/contextbrowser/contextbrowser.cpp +++ b/plugins/contextbrowser/contextbrowser.cpp @@ -1583,6 +1583,4 @@ } } -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on - #include "contextbrowser.moc" diff --git a/plugins/cppcheck/.kateconfig b/plugins/cppcheck/.kateconfig deleted file mode 100644 --- a/plugins/cppcheck/.kateconfig +++ /dev/null @@ -1 +0,0 @@ -kate: indent-width 4; replace-tabs on; \ No newline at end of file diff --git a/plugins/custommake/makefileresolver/makefileresolver.h b/plugins/custommake/makefileresolver/makefileresolver.h --- a/plugins/custommake/makefileresolver/makefileresolver.h +++ b/plugins/custommake/makefileresolver/makefileresolver.h @@ -100,5 +100,3 @@ }; #endif - -// kate: indent-width 2; tab-width 2; diff --git a/plugins/custommake/makefileresolver/makefileresolver.cpp b/plugins/custommake/makefileresolver/makefileresolver.cpp --- a/plugins/custommake/makefileresolver/makefileresolver.cpp +++ b/plugins/custommake/makefileresolver/makefileresolver.cpp @@ -637,5 +637,3 @@ m_stringCache.insert(path); return path; } - -// kate: indent-width 2; tab-width 2; diff --git a/plugins/customscript/customscript_plugin.h b/plugins/customscript/customscript_plugin.h --- a/plugins/customscript/customscript_plugin.h +++ b/plugins/customscript/customscript_plugin.h @@ -106,5 +106,3 @@ }; #endif // CUSTOMSCRIPTPLUGIN_H - -// kate: indent-mode cstyle; space-indent off; tab-width 4; diff --git a/plugins/customscript/customscript_plugin.cpp b/plugins/customscript/customscript_plugin.cpp --- a/plugins/customscript/customscript_plugin.cpp +++ b/plugins/customscript/customscript_plugin.cpp @@ -566,5 +566,3 @@ } #include "customscript_plugin.moc" - -// kate: indent-mode cstyle; space-indent off; tab-width 4; diff --git a/plugins/documentview/README b/plugins/documentview/README --- a/plugins/documentview/README +++ b/plugins/documentview/README @@ -1,7 +1,5 @@ Coding style for the document view part: -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - namespace foospace { class Bar diff --git a/plugins/execute/executeplugin.h b/plugins/execute/executeplugin.h --- a/plugins/execute/executeplugin.h +++ b/plugins/execute/executeplugin.h @@ -68,5 +68,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EXECUTEPLUGIN_H - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/executescript/executescriptplugin.h b/plugins/executescript/executescriptplugin.h --- a/plugins/executescript/executescriptplugin.h +++ b/plugins/executescript/executescriptplugin.h @@ -71,5 +71,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EXECUTESCRIPTPLUGIN_H - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/externalscript/editexternalscript.h b/plugins/externalscript/editexternalscript.h --- a/plugins/externalscript/editexternalscript.h +++ b/plugins/externalscript/editexternalscript.h @@ -45,5 +45,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EDITEXTERNALSCRIPT_H - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/editexternalscript.cpp b/plugins/externalscript/editexternalscript.cpp --- a/plugins/externalscript/editexternalscript.cpp +++ b/plugins/externalscript/editexternalscript.cpp @@ -192,6 +192,3 @@ buttonBox->button(QDialogButtonBox::Ok)->setEnabled(valid); buttonBox->button(QDialogButtonBox::Apply)->setEnabled(valid); } - - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptitem.h b/plugins/externalscript/externalscriptitem.h --- a/plugins/externalscript/externalscriptitem.h +++ b/plugins/externalscript/externalscriptitem.h @@ -224,5 +224,3 @@ Q_DECLARE_METATYPE(ExternalScriptItem*) #endif // KDEVPLATFORM_PLUGIN_EXTERNALSCRIPTITEM_H - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptitem.cpp b/plugins/externalscript/externalscriptitem.cpp --- a/plugins/externalscript/externalscriptitem.cpp +++ b/plugins/externalscript/externalscriptitem.cpp @@ -159,5 +159,3 @@ { ExternalScriptPlugin::self()->saveItem( this ); } - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptjob.h b/plugins/externalscript/externalscriptjob.h --- a/plugins/externalscript/externalscriptjob.h +++ b/plugins/externalscript/externalscriptjob.h @@ -83,5 +83,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EXTERNALSCRIPTJOB_H - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptjob.cpp b/plugins/externalscript/externalscriptjob.cpp --- a/plugins/externalscript/externalscriptjob.cpp +++ b/plugins/externalscript/externalscriptjob.cpp @@ -398,6 +398,3 @@ { m_stdout += lines; } - - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptplugin.h b/plugins/externalscript/externalscriptplugin.h --- a/plugins/externalscript/externalscriptplugin.h +++ b/plugins/externalscript/externalscriptplugin.h @@ -110,5 +110,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EXTERNALSCRIPTPLUGIN_H - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptplugin.cpp b/plugins/externalscript/externalscriptplugin.cpp --- a/plugins/externalscript/externalscriptplugin.cpp +++ b/plugins/externalscript/externalscriptplugin.cpp @@ -406,5 +406,3 @@ } #include "externalscriptplugin.moc" - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptview.h b/plugins/externalscript/externalscriptview.h --- a/plugins/externalscript/externalscriptview.h +++ b/plugins/externalscript/externalscriptview.h @@ -68,5 +68,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_EXTERNALSCRIPTVIEW_H - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/externalscript/externalscriptview.cpp b/plugins/externalscript/externalscriptview.cpp --- a/plugins/externalscript/externalscriptview.cpp +++ b/plugins/externalscript/externalscriptview.cpp @@ -176,6 +176,3 @@ item->save(); } } - - -// kate: indent-mode cstyle; space-indent on; indent-width 2; replace-tabs on; diff --git a/plugins/gdb/.kateconfig b/plugins/gdb/.kateconfig deleted file mode 100644 --- a/plugins/gdb/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 4; replace-tabs on; tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/plugins/patchreview/patchreview.h b/plugins/patchreview/patchreview.h --- a/plugins/patchreview/patchreview.h +++ b/plugins/patchreview/patchreview.h @@ -139,5 +139,3 @@ }; #endif - -// kate: space-indent on; indent-width 2; tab-width 2; replace-tabs on diff --git a/plugins/patchreview/patchreview.cpp b/plugins/patchreview/patchreview.cpp --- a/plugins/patchreview/patchreview.cpp +++ b/plugins/patchreview/patchreview.cpp @@ -627,5 +627,3 @@ } #include "patchreview.moc" - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on diff --git a/plugins/problemreporter/problemreporterplugin.h b/plugins/problemreporter/problemreporterplugin.h --- a/plugins/problemreporter/problemreporterplugin.h +++ b/plugins/problemreporter/problemreporterplugin.h @@ -76,5 +76,3 @@ }; #endif // KDEVPLATFORM_PLUGIN_PROBLEMREPORTERPLUGIN_H - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/problemreporter/problemreporterplugin.cpp b/plugins/problemreporter/problemreporterplugin.cpp --- a/plugins/problemreporter/problemreporterplugin.cpp +++ b/plugins/problemreporter/problemreporterplugin.cpp @@ -245,5 +245,3 @@ } #include "problemreporterplugin.moc" - -// kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/problemreporter/problemtreeview.h b/plugins/problemreporter/problemtreeview.h --- a/plugins/problemreporter/problemtreeview.h +++ b/plugins/problemreporter/problemtreeview.h @@ -72,5 +72,3 @@ }; #endif - -// kate: space-indent on; indent-width 2; tab-width: 4; replace-tabs on; auto-insert-doxygen on diff --git a/plugins/projectmanagerview/projectbuildsetwidget.h b/plugins/projectmanagerview/projectbuildsetwidget.h --- a/plugins/projectmanagerview/projectbuildsetwidget.h +++ b/plugins/projectmanagerview/projectbuildsetwidget.h @@ -60,5 +60,3 @@ }; #endif - -//kate: space-indent on; indent-width 4; replace-tabs on; auto-insert-doxygen on; indent-mode cstyle; diff --git a/plugins/qmakemanager/parser/qmake.g b/plugins/qmakemanager/parser/qmake.g --- a/plugins/qmakemanager/parser/qmake.g +++ b/plugins/qmakemanager/parser/qmake.g @@ -240,6 +240,3 @@ } // end of namespace QMake :] - --- kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on; auto-insert-doxygen on - diff --git a/plugins/qmakemanager/qmakefile.h b/plugins/qmakemanager/qmakefile.h --- a/plugins/qmakemanager/qmakefile.h +++ b/plugins/qmakemanager/qmakefile.h @@ -75,5 +75,3 @@ }; #endif - -//kate: hl c++; diff --git a/plugins/subversion/.kateconfig b/plugins/subversion/.kateconfig deleted file mode 100644 --- a/plugins/subversion/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 4; replace-tabs on;tab-width 4; auto-insert-doxygen on; indent-mode cstyle; - diff --git a/plugins/subversion/3rdparty/kdevsvncpp/.kateconfig b/plugins/subversion/3rdparty/kdevsvncpp/.kateconfig deleted file mode 100644 --- a/plugins/subversion/3rdparty/kdevsvncpp/.kateconfig +++ /dev/null @@ -1,2 +0,0 @@ -kate: space-indent on; indent-width 2; replace-tabs on;tab-width 2; auto-insert-doxygen on; indent-mode cstyle; -