fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

applied clang format to the repository #325

Closed Fixstars-momoko closed 4 weeks ago

Fixstars-momoko commented 4 weeks ago
find . -name '*.h' -o -name '*.cc' | xargs clang-format -i
Fixstars-momoko commented 4 weeks ago

Excluded the imported items:

find . -name '*.h' -o -name '*.cc' \
-not -path './src/json/*' \
-not -path './src/spdlog/*' \
-not -path './src/uuid/*' \
-not -path './src/bb/image-io/gendc_separator/*' | xargs clang-format -i
Fixstars-momoko commented 4 weeks ago

no sorting include haeders

SortIncludes: false