Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6bb1e82b6132bd290313851d352b6d02ac81cb44
Authored by
Jarryd Beck
2022-07-11 07:17:53 +1000
1 parent
513afbc6
Add Vim modeline
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/cxxopts.hpp
include/cxxopts.hpp
View file @
6bb1e82
...
...
@@ -22,6 +22,8 @@ THE SOFTWARE.
22
22
23
23
*/
24
24
25
+// vim: ts=2:sw=2:expandtab
26
+
25
27
#ifndef CXXOPTS_HPP_INCLUDED
26
28
#define CXXOPTS_HPP_INCLUDED
27
29
...
...