Skip to content

Commit

Permalink
Add vim modeline.
Browse files Browse the repository at this point in the history
Add Vim modelines 2
  • Loading branch information
dragonwu0919 committed Aug 29, 2024
1 parent f7195c7 commit cbfa15a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cpp/modmesh/buffer/SimpleArray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,3 +515,5 @@ SimpleArrayPlex::~SimpleArrayPlex()
}

} /* end namespace modmesh */

// vim: set ff=unix fenc=utf8 et sw=4 ts=4 sts=4:
4 changes: 3 additions & 1 deletion gtests/test_nopython_callprofiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,6 @@ TEST_F(CallProfilerTest, cancel)
}

} // namespace detail
} // namespace modmesh
} // namespace modmesh

// vim: set ff=unix fenc=utf8 et sw=4 ts=4 sts=4:
2 changes: 2 additions & 0 deletions gtests/test_nopython_inout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,5 @@ TEST(Gmsh_Parser, Hexahedron125NodeDefinition)
EXPECT_EQ(ele_def.mmtpn(), 5);
EXPECT_THAT(ele_def.mmcl(), testing::ElementsAre(0, 1, 2, 3, 4, 5, 6, 7));
}

// vim: set ff=unix fenc=utf8 et sw=4 ts=4 sts=4:
4 changes: 3 additions & 1 deletion gtests/test_nopython_serializable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,6 @@ TEST(Json, deserialize_with_unordered_map)
EXPECT_EQ(item.pet_map["cat"].is_cat, true);
}

} // namespace modmesh
} // namespace modmesh

// vim: set ff=unix fenc=utf8 et sw=4 ts=4 sts=4:

0 comments on commit cbfa15a

Please sign in to comment.