On 30/01/14 10:46, Kyle Huey wrote: > Whatever tool we end up using needs to work on Windows.
clang-format works fine on Windows. If we want to go down the preprocessed route, you can generate preprocessed output from the msvc compiler using: C:\> cl /E MyFile.cpp Pretty much does the same thing as `gcc -E` or `clang -E`. Anthony _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform