diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:52:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-27 23:52:43 +0900 |
commit | 8a861e2bb84e01563fffebdb8e099a2a55d61221 (patch) | |
tree | 13c2d2d17374b88666d7f7f4b5e8c1dfea1f98be /scripts | |
parent | b5f8648994a6690cfe6731f364a9f35510ec8827 (diff) | |
download | tdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.tar.gz tdesdk-8a861e2bb84e01563fffebdb8e099a2a55d61221.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/kde-build | 2 | ||||
-rw-r--r-- | scripts/kde-buildrc | 2 | ||||
-rw-r--r-- | scripts/kde-devel-vim.vim | 2 | ||||
-rw-r--r-- | scripts/kde-emacs/dirvars.el | 10 | ||||
-rwxr-xr-x | scripts/tdesvn-build | 2 |
5 files changed, 0 insertions, 18 deletions
diff --git a/scripts/kde-build b/scripts/kde-build index 666e763e..71ac2066 100755 --- a/scripts/kde-build +++ b/scripts/kde-build @@ -897,5 +897,3 @@ Add a DIAGNOSIS section to this man page. Frerich Raabe <raabe@kde.org> =cut - -# vim:et:ts=2:sw=2 diff --git a/scripts/kde-buildrc b/scripts/kde-buildrc index 6d83a924..5abb0e53 100644 --- a/scripts/kde-buildrc +++ b/scripts/kde-buildrc @@ -201,5 +201,3 @@ MAKE_OPTS="" # here. # #MAKE=make - -# vim:et:ts=2:sw=2 diff --git a/scripts/kde-devel-vim.vim b/scripts/kde-devel-vim.vim index f58164af..fbe7093e 100644 --- a/scripts/kde-devel-vim.vim +++ b/scripts/kde-devel-vim.vim @@ -424,5 +424,3 @@ endfunction autocmd Syntax * call AddQtSyntax() autocmd CursorHold * call UpdateMocFiles() - -" vim: sw=4 sts=4 et diff --git a/scripts/kde-emacs/dirvars.el b/scripts/kde-emacs/dirvars.el index b9837eaf..d80f1d97 100644 --- a/scripts/kde-emacs/dirvars.el +++ b/scripts/kde-emacs/dirvars.el @@ -38,16 +38,6 @@ ;; in a Local Variables: section at the end of a file. E.g. the ;; contents of a typical dirvars file might look like this: ;; -;; ;; -*- emacs-lisp -*- -;; ;; -;; ;; This file is processed by the dirvars emacs package. Each variable -;; ;; setting below is performed when this dirvars file is loaded. -;; ;; -;; indent-tabs-mode: nil -;; tab-width: 8 -;; show-trailing-whitespace: t -;; indicate-empty-lines: t -;; ;; Much of this code is stolen and modified from the standard Emacs ;; files.el ;; diff --git a/scripts/tdesvn-build b/scripts/tdesvn-build index 525909c1..622c9432 100755 --- a/scripts/tdesvn-build +++ b/scripts/tdesvn-build @@ -4282,5 +4282,3 @@ if ($@) } finish($result); - -# vim: set et sw=4 ts=4: |