mirror of
https://github.com/akuker/RASCSI.git
synced 2026-04-24 07:16:46 +00:00
6b7d140351
This reverts a previous change where configurations for the Eclipse IDE specifically was introduced. I think it's more important to have an IDE agnostic formatting framework, which clang-format provides Example command for formatting all C++ source code, as run from within the cpp dir: find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
392 B
392 B