Summary
Jason explores tools for automatically generating a .clang-format configuration file for his C++ Doom project. He demonstrates using two tools - 'unformat' and 'whatstyle' - to analyze existing code formatting patterns and generate a configuration that minimizes changes while establishing consistent styling. The episode addresses common challenges in legacy codebases, including mixed tabs and spaces, and shows how to balance maintaining code readability while minimizing disruptive reformatting.