MetanoKid / cpp-build-analyzer

Analyzes MSVC C++ compilations with C++ Build Insights SDK
GNU General Public License v3.0
80 stars 2 forks source link

Convert tabs to spaces for consistent formatting #7

Closed MetanoKid closed 4 years ago

MetanoKid commented 4 years ago

It's pretty common this codebase has function arguments cut into several lines. To ensure formatting is consistent, we should convert tabs to 4 spaces.