diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 00:24:17 +0900 |
commit | 61e4a38f6aef304b9bacac0a908430a141cb5fc8 (patch) | |
tree | b62f29bac6db81d7cf4558e290e95cf886b6fe57 /kate | |
parent | 8936820e41771ff5f844e4acb3385ad4bc70222b (diff) | |
download | tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.tar.gz tdeaddons-61e4a38f6aef304b9bacac0a908430a141cb5fc8.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate')
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.cpp | 2 | ||||
-rw-r--r-- | kate/filetemplates/plugin/filetemplates.h | 1 | ||||
-rw-r--r-- | kate/filetemplates/plugin/katetemplate.xml | 1 | ||||
-rw-r--r-- | kate/filetemplates/templates/docbookchapter.xml.katetemplate | 2 | ||||
-rw-r--r-- | kate/filetemplates/templates/language.xml.katetemplate | 1 | ||||
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.cpp | 1 | ||||
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.h | 1 | ||||
-rw-r--r-- | kate/textfilter/plugin_katetextfilter.cpp | 1 | ||||
-rw-r--r-- | kate/textfilter/plugin_katetextfilter.h | 1 | ||||
-rw-r--r-- | kate/xmltools/plugin_katexmltools.cpp | 1 | ||||
-rw-r--r-- | kate/xmltools/plugin_katexmltools.h | 1 | ||||
-rw-r--r-- | kate/xmltools/pseudo_dtd.cpp | 2 | ||||
-rw-r--r-- | kate/xmltools/pseudo_dtd.h | 1 |
13 files changed, 0 insertions, 16 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp index 41d3f82..952ee07 100644 --- a/kate/filetemplates/plugin/filetemplates.cpp +++ b/kate/filetemplates/plugin/filetemplates.cpp @@ -1249,6 +1249,4 @@ void KateTemplateManager::slotDownload() //END KateTemplateManager -// kate: space-indent on; indent-width 2; replace-tabs on; - #include "filetemplates.moc" diff --git a/kate/filetemplates/plugin/filetemplates.h b/kate/filetemplates/plugin/filetemplates.h index a5c78ba..6335fbe 100644 --- a/kate/filetemplates/plugin/filetemplates.h +++ b/kate/filetemplates/plugin/filetemplates.h @@ -260,4 +260,3 @@ class KateTemplateManager : public TQWidget }; #endif // _PLUGIN_KATE_FILETEMPLATES_H_ -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/filetemplates/plugin/katetemplate.xml b/kate/filetemplates/plugin/katetemplate.xml index 0748481..22d1304 100644 --- a/kate/filetemplates/plugin/katetemplate.xml +++ b/kate/filetemplates/plugin/katetemplate.xml @@ -84,4 +84,3 @@ <keywords casesensitive="0"/> </general> </language> -<!-- kate: space-indent on; indent-width 2; replace-tabs on; --> diff --git a/kate/filetemplates/templates/docbookchapter.xml.katetemplate b/kate/filetemplates/templates/docbookchapter.xml.katetemplate index 581682c..68e6fe3 100644 --- a/kate/filetemplates/templates/docbookchapter.xml.katetemplate +++ b/kate/filetemplates/templates/docbookchapter.xml.katetemplate @@ -71,5 +71,3 @@ Documentation copyright %{year} %{fullname} </sect1> </chapter> - -<!-- kate: wordwrap on; --> diff --git a/kate/filetemplates/templates/language.xml.katetemplate b/kate/filetemplates/templates/language.xml.katetemplate index 420ba84..a357a15 100644 --- a/kate/filetemplates/templates/language.xml.katetemplate +++ b/kate/filetemplates/templates/language.xml.katetemplate @@ -57,4 +57,3 @@ katetemplate: Description=This template will create the basics of a kate highlig --> </general> </language> -<!-- kate: space-indent on; indent-width 2; replace-tabs on; indent-mode xml; --> diff --git a/kate/insertcommand/plugin_kateinsertcommand.cpp b/kate/insertcommand/plugin_kateinsertcommand.cpp index 9f89b0c..37b72c3 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.cpp +++ b/kate/insertcommand/plugin_kateinsertcommand.cpp @@ -414,4 +414,3 @@ void InsertCommandConfigPage::apply() emit configPageApplyRequest( this ); } //END InsertCommandConfigPage -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/insertcommand/plugin_kateinsertcommand.h b/kate/insertcommand/plugin_kateinsertcommand.h index 2c536c6..c0d6edc 100644 --- a/kate/insertcommand/plugin_kateinsertcommand.h +++ b/kate/insertcommand/plugin_kateinsertcommand.h @@ -170,4 +170,3 @@ class InsertCommandConfigPage : public Kate::PluginConfigPage }; #endif // _PLUGIN_KATE_INSERT_COMMAND_H_ -// kate: space-indent on; indent-width 2; replace-tabs on; diff --git a/kate/textfilter/plugin_katetextfilter.cpp b/kate/textfilter/plugin_katetextfilter.cpp index 68ce831..4103df2 100644 --- a/kate/textfilter/plugin_katetextfilter.cpp +++ b/kate/textfilter/plugin_katetextfilter.cpp @@ -333,4 +333,3 @@ bool PluginKateTextFilter::exec( Kate::View *v, const TQString &cmd, TQString &m return true; } //END -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; diff --git a/kate/textfilter/plugin_katetextfilter.h b/kate/textfilter/plugin_katetextfilter.h index 9e330be..9d62794 100644 --- a/kate/textfilter/plugin_katetextfilter.h +++ b/kate/textfilter/plugin_katetextfilter.h @@ -63,4 +63,3 @@ class PluginKateTextFilter : public Kate::Plugin, public Kate::PluginViewInterfa }; #endif // _PLUGIN_KANT_TEXTFILTER_H -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; diff --git a/kate/xmltools/plugin_katexmltools.cpp b/kate/xmltools/plugin_katexmltools.cpp index 7533e0e..7dc1cdf 100644 --- a/kate/xmltools/plugin_katexmltools.cpp +++ b/kate/xmltools/plugin_katexmltools.cpp @@ -1138,4 +1138,3 @@ TQString InsertElement::showDialog( TQStringList &completions ) return TQString(); } //END InsertElement dialog -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; diff --git a/kate/xmltools/plugin_katexmltools.h b/kate/xmltools/plugin_katexmltools.h index 6cf5728..ae0fd68 100644 --- a/kate/xmltools/plugin_katexmltools.h +++ b/kate/xmltools/plugin_katexmltools.h @@ -149,4 +149,3 @@ class InsertElement : public KDialogBase }; #endif // _PLUGIN_KANT_XMLTOOLS_H -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; diff --git a/kate/xmltools/pseudo_dtd.cpp b/kate/xmltools/pseudo_dtd.cpp index d06ad67..b724f7d 100644 --- a/kate/xmltools/pseudo_dtd.cpp +++ b/kate/xmltools/pseudo_dtd.cpp @@ -462,5 +462,3 @@ TQStringList PseudoDTD::entities( TQString start ) } return entities; } - -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; diff --git a/kate/xmltools/pseudo_dtd.h b/kate/xmltools/pseudo_dtd.h index 5da444c..437d5ef 100644 --- a/kate/xmltools/pseudo_dtd.h +++ b/kate/xmltools/pseudo_dtd.h @@ -73,4 +73,3 @@ class PseudoDTD }; #endif // _PLUGIN_KANT_XMLTOOLS_DTD_H -// kate: space-indent on; indent-width 2; replace-tabs on; mixed-indent off; |