Remove vim specific comments to recognoize correct file-type.

As discussed in #2143 we remove editor specific comments.
This commit is contained in:
David Tellenbach
2021-02-09 09:13:09 +01:00
parent 54589635ad
commit 36200b7855
14 changed files with 0 additions and 16 deletions

View File

@@ -28,4 +28,3 @@
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_ARPACKSUPPORT_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@@ -421,4 +421,3 @@ void fft_inv_proxy<T_SrcMat,T_FftIfc>::evalTo(T_DestMat& dst) const
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@@ -135,4 +135,3 @@
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_POLYNOMIALS_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@@ -259,5 +259,3 @@ namespace internal {
} // end namespace internal
} // end namespace Eigen
/* vim: set filetype=cpp et sw=2 ts=2 ai: */

View File

@@ -416,5 +416,3 @@ struct kissfft_impl
} // end namespace internal
} // end namespace Eigen
/* vim: set filetype=cpp et sw=2 ts=2 ai: */