File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ Language: Cpp
55# Force pointers to the type for C++.
66DerivePointerAlignment : false
77PointerAlignment : Left
8- SpaceInEmptyBraces : Never
98AllowShortFunctionsOnASingleLine : Empty
109SpaceBeforeCpp11BracedList : false
Original file line number Diff line number Diff line change 33[ ![ C/C++ CI] ( https://github.com/SSARCandy/ini-cpp/actions/workflows/c-cpp.yml/badge.svg )] ( https://github.com/SSARCandy/ini-cpp/actions/workflows/c-cpp.yml )
44[ ![ codecov] ( https://codecov.io/gh/SSARCandy/ini-cpp/branch/master/graph/badge.svg )] ( https://codecov.io/gh/SSARCandy/ini-cpp )
55
6- Yet another ` .ini ` parser for modern c++ (made for cpp17), inspired and extend from [ inih] ( https://github.com/benhoyt/inih ) .
6+ Yet another ` .ini ` parser for modern c++ (made for cpp17), inspired and extended from [ inih] ( https://github.com/benhoyt/inih ) .
77
88
99## Example
Original file line number Diff line number Diff line change 11/* *
2- * Yet another .ini parser for modern c++ (made for cpp17), inspired and extend
2+ * Yet another .ini parser for modern c++ (made for cpp17), inspired and extended
33 * from @benhoyt's inih. See project page: https://github.com/SSARCandy/ini-cpp
44 */
55
You can’t perform that action at this time.
0 commit comments