Open Banana1530 opened 6 years ago
Create a clang-format file for C++ code. Use the styler package for R code formatting.
clang-format
C++
styler
I'm fine with this if we want to include them as utility scripts in the repo (but also put them in .Rbuildignore)
Ideally, we could set up CI to check for formatting and reject anything that doesn't pass.
Create a
clang-format
file forC++
code. Use thestyler
package for R code formatting.