Skip to content
  • Balduin's avatar
    385828fc
    feat(astyle): add option to only format diff with respect to HEAD (#27122) · 385828fc
    Balduin authored
    * feat(astyle): add make format_changed for diff only style fixes
    
    `make format` is pretty slow because it always considers the entire
    source tree. For developing on top of a clean state, considering only
    files that differ from HEAD should be sufficient.
    
    * docs(astyle): document new format_changed target
    385828fc
    feat(astyle): add option to only format diff with respect to HEAD (#27122)
    Balduin authored
    * feat(astyle): add make format_changed for diff only style fixes
    
    `make format` is pretty slow because it always considers the entire
    source tree. For developing on top of a clean state, considering only
    files that differ from HEAD should be sufficient.
    
    * docs(astyle): document new format_changed target
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.
Loading