clang-format
Posted: Thu Jul 22, 2021 5:58 am
I see Exult has a .clang-format file here: https://github.com/exult/exult/blob/mas ... ang-format
But applying it across the codebase results in massive changes. I had been hoping to use clang-format to normalize all my android patches against the codebase, but without a clean baseline, it ends up pulling in formatting changes that have nothing to do with the android patches.
Is there an appetite for doing a one-time blanket reformatting of the codebase using clang-format? If so, I'll introduce it at the head of the android patch series so that I can make all the subsequent patches against it and ensure they maintain consistent formatting.
But applying it across the codebase results in massive changes. I had been hoping to use clang-format to normalize all my android patches against the codebase, but without a clean baseline, it ends up pulling in formatting changes that have nothing to do with the android patches.
Is there an appetite for doing a one-time blanket reformatting of the codebase using clang-format? If so, I'll introduce it at the head of the android patch series so that I can make all the subsequent patches against it and ensure they maintain consistent formatting.