MagmaDNN / magmadnn

MagmaDNN: a simple deep learning framework in c++
MIT License
45 stars 7 forks source link

[FEATURE REQUEST] C++ Style Guideline/Formatter #10

Closed Dando18 closed 5 years ago

Dando18 commented 5 years ago

Is your feature request related to a problem? Please describe. Add a C++ style formatter to the code to enforce a unified style guideline. Preferably something that works on most systems and is compatible with most IDEs.

Describe the solution you'd like Some options are clang-format and others. Possibly with Google style guideline.

Dando18 commented 5 years ago

Resolved in 86bb3abac583a3662fff2d0d7a490e9bb36b0f2b.