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/insertcommand | |
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/insertcommand')
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.cpp | 1 | ||||
-rw-r--r-- | kate/insertcommand/plugin_kateinsertcommand.h | 1 |
2 files changed, 0 insertions, 2 deletions
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; |