summaryrefslogtreecommitdiffstats
path: root/.clang-format
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Fix pointer alignmentWilliam A. Kennington III2018-08-311-2/+1
| | | | | | | | | | Oenbmc documentation specifies a left alignment for pointers. Our current format tries to left align if neither alignment is strictly followed, but will allow right aligned files to exist. Lets make this more strict so that all of our files are consistent. Change-Id: I3a50043d28a9c25d0cf1ffb752800d05eb7615e1 Signed-off-by: William A. Kennington III <wak@google.com>
* clang-format: Sort using statementsWilliam A. Kennington III2018-08-311-0/+1
| | | | | | | | Make using order consistent where used. There aren't any in this project, but this should be used more widely by openbmc projects. Change-Id: I22b16c9d57415e3df7e36a5be66aec1fa86b6a53 Signed-off-by: William A. Kennington III <wak@google.com>
* clang-format: always break template declarationsPatrick Venture2018-08-311-1/+1
| | | | | | | To better match the defined openbmc style. Change-Id: I68cda43857768bae4c904c367942cb1f0efa3e0c Signed-off-by: Patrick Venture <venture@google.com>
* update .clang-format header inclusion orderPatrick Venture2018-08-311-1/+15
| | | | | | | | Added the header inclusion order to the .clang-format file generated these changes. Change-Id: Ia31b21d7ea451cac0309828006bc17c27cbd5bd5 Signed-off-by: Patrick Venture <venture@google.com>
* clang-format: Set IndentWrappedFunctionNames to trueAdriana Kobylak2018-02-281-1/+1
| | | | | | | | | Change IndentWrappedFunctionNames to true in the .clang-format file to indent function definitions that don't fit in a single line. Change-Id: Icbd9284b6b5cfc97f094fbf3434b255aabfd0109 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
* Update repo to conform to openbmc code standardAndrew Geissler2018-02-051-0/+85
Change-Id: If1d6b1f04514367cc544c2507a845b3e9d6d3435 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
OpenPOWER on IntegriCloud