MagmaDNN / magmadnn

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

[BUG] clang-format delimeter bug #13

Closed Dando18 closed 5 years ago

Dando18 commented 5 years ago

Describe the bug The clang-format fails on the RawStringFormats:Delimiters section, since it is expecting a list.

To Reproduce Run clang-format v7 and above on the code.

Environment: All ubuntu versions. clang-format-7.0

Dando18 commented 5 years ago

The .clang-format file now is compliant with clang-format-8.0.

This support comes with commit 20a7860d9cdd100d7078ab966aaf560299a00541.