yaml-cpp

FORK: A YAML parser and emitter in C++
git clone https://git.neptards.moe/neptards/yaml-cpp.git
Log | Files | Refs | README | LICENSE

.clang-format (116B)


      1 # Run manually to reformat a file:
      2 # clang-format -i --style=file <file>
      3 Language:        Cpp
      4 BasedOnStyle:  Google