libfann / fann

Official github repository for Fast Artificial Neural Network Library (FANN)
GNU Lesser General Public License v2.1
1.59k stars 380 forks source link

Format code using clang-format Google style #126

Closed bukka closed 3 years ago

bukka commented 3 years ago

This PR is a fixed formatting changes done in #104 without sorting headers (that broke build) and also increasing column width 100 which is a bit more consistent with this code base and it would be also a pain to do 80 for fann function prefixes.

It closes #100 .