Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Cleanup/enforce formatting #531

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    cc03258 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Changes to clang-format style file

    * change break on templates to multiline
    * aligning on consecutive macros
    * breaking before multiline strings
    
    adjust clang format
    
    Adjust clang format
    robszewczyk committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5dc3ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0722b37 View commit details
    Browse the repository at this point in the history
  3. Preserve original formatting in adaptations, ble, device-manager, ine…

    …t, lib/support, system
    
    Preserve original formatting where original formatting clearly adds
    readability.  These cases include:
    
    * block formatted comments, case statements, etc.
    * constant arrays and structures where wrapping lines mean something
    additional for readability
    robszewczyk committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    825c7b3 View commit details
    Browse the repository at this point in the history
  4. Preserve original formatting in src/lib/core

    Preserve original formatting where original formatting clearly adds
    readability.  These cases include:
    
    * block formatted comments, case statements, etc.
    * constant arrays and structures where wrapping lines mean something
    additional for readability
    * reformat the existing code to reinforce block formatting
    robszewczyk committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    5a83b12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    356eb1e View commit details
    Browse the repository at this point in the history
  6. Preserve original formatting in profiles/{echo|device-description|dev…

    …ice-control}
    
    Reinforce and preserve block-oriented formatting.
    robszewczyk committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    150d884 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7db5ba7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    deec987 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0f0972 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c082e6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a948c12 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0a73dd View commit details
    Browse the repository at this point in the history