From 09203ccd2a8798ed246c6075be6ffe56c38be16a Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Mon, 11 Sep 2023 10:04:03 +0200 Subject: [PATCH] ftdipp/CMakeLists.txt: remove VIM modline settings Indentation settings will be handled via the EditorConfig project. --- ftdipp/CMakeLists.txt | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/ftdipp/CMakeLists.txt b/ftdipp/CMakeLists.txt index 38932ae..fa2711f 100644 --- a/ftdipp/CMakeLists.txt +++ b/ftdipp/CMakeLists.txt @@ -1,5 +1,3 @@ -# vim: ts=2:sw=2:sts=2 - # Targets set(cpp_sources ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.cpp CACHE INTERNAL "List of cpp sources" ) set(cpp_headers ${CMAKE_CURRENT_SOURCE_DIR}/ftdi.hpp CACHE INTERNAL "List of cpp headers" ) -- 1.7.1