open-dis / open-dis-cpp

C++ implementation of the IEEE-1278.1 Distributed Interactive Simulation (DIS) application protocol v6 and v7
BSD 2-Clause "Simplified" License
91 stars 66 forks source link

Google Style Formatting #82

Open crhowell3 opened 1 year ago

crhowell3 commented 1 year ago
          "I am considering applying Google Style Guide formatting to the code base for modern C++ style compliance, though I do not want to overstep my bounds."

Originally posted by @crhowell3 in https://github.com/open-dis/open-dis-cpp/issues/80#issuecomment-1509166953

Now that the OneByteChunk class has been refactored, I'd like to implement some clang-format and Google Style Guide compliance to this repository to clean up and modernize this code base without affecting the overall intent and functionality.

leif81 commented 1 year ago

I'm good with that plan!