SSARCandy / ini-cpp

πŸ“‘ Yet another ini config parser for modern C++
https://ssarcandy.tw/ini-cpp/index.html
Other
34 stars 7 forks source link

Format using clang-format LLVM style #12

Closed hhschu closed 4 years ago

hhschu commented 4 years ago

Make code prettier πŸ’„

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.05%. The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   90.53%   90.58%   +0.05%     
==========================================
  Files           1        1              
  Lines         169      170       +1     
==========================================
+ Hits          153      154       +1     
  Misses         16       16              
Impacted Files Coverage Ξ”
ini/INIReader.h 90.58% <90.90%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 72c8ca8...48d7e18. Read the comment docs.

hhschu commented 4 years ago

Test coverage increased after code reformat πŸ€”

SSARCandy commented 4 years ago

I prefer Google style, will close this PR