robotology / blockfactory

A tiny framework to wrap algorithms for dataflow programming
https://robotology.github.io/blockfactory
GNU Lesser General Public License v2.1
40 stars 16 forks source link

Remove symbolic link in example/.clang-format #56

Closed traversaro closed 4 years ago

traversaro commented 4 years ago

Symbolic links are disabled by default in the Git for Windows installer, so on Windows the file does not work as intended.

Furthermore, even if the symbolic link are enabled, the git symbolic links on Windows are not correctly processed, and create spurious changes in the Git repo even if it is not modified (see https://github.com/robotology/robotology-superbuild/issues/429).

To avoid these class of problems, we just copy the root .clang-format in example/.clang-format .