From: Yegor Yefremov Date: Mon, 11 Sep 2023 08:04:03 +0000 (+0200) Subject: ftdipp/CMakeLists.txt: remove VIM modline settings X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=commitdiff_plain;h=09203ccd2a8798ed246c6075be6ffe56c38be16a ftdipp/CMakeLists.txt: remove VIM modline settings Indentation settings will be handled via the EditorConfig project. --- 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" )