diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 22:52:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-21 22:52:33 +0900 |
commit | 4af848890ddda79a6346cf5a1575519ac5e6aa68 (patch) | |
tree | f599e0a76fd69eb11f96bb72ac6c1664338987f7 /styles/dotnet | |
parent | 123364d4e26082af8cdf4a9bb77a7a312ff41633 (diff) | |
download | tdeartwork-4af848890ddda79a6346cf5a1575519ac5e6aa68.tar.gz tdeartwork-4af848890ddda79a6346cf5a1575519ac5e6aa68.zip |
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 66a54d592d0bcb578fee2ce05dbb483085963529)
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/dotnet.cpp | 2 | ||||
-rw-r--r-- | styles/dotnet/dotnet.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp index 00add309..418a48fb 100644 --- a/styles/dotnet/dotnet.cpp +++ b/styles/dotnet/dotnet.cpp @@ -2119,5 +2119,3 @@ int dotNETstyle::styleHint(StyleHint sh, const TQStyleControlElementData &ceData return ret; } - -// vim: noet ts=4 sw=4 diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index eb32a35e..12f289b8 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -161,5 +161,3 @@ private: }; #endif - -// vim: set noet ts=4 sw=4: |