#
e4b13e67 |
| 20-Oct-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-17 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I04b3a42ae6b6e53cad330bcd6b524d78368d2bd1 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
9e7627a5 |
| 10-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest
clang-format: copy latest and re-format
clang-format-16 has some backwards incompatible changes that require additional settings for best compatibility and re-running the formatter. Copy the latest .clang-format from the docs repository and reformat the repository.
Change-Id: I67a8e53501042adf9b23a7f48e201d079aff5d69 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
246ae8da |
| 23-Nov-2018 |
Patrick Venture <venture@google.com> |
style: set column width to 80 chars Set the column width to 80 chars in the .clang-format and apply the change. Change-Id: I9d375a94f12380d297486f9618bf54d7071a7fd0 Signed-o
style: set column width to 80 chars Set the column width to 80 chars in the .clang-format and apply the change. Change-Id: I9d375a94f12380d297486f9618bf54d7071a7fd0 Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|
#
9565abd6 |
| 14-Nov-2018 |
Patrick Venture <venture@google.com> |
move .clang-format file into position The CI expects the .clang-format file to appear at the root of the repository. Also fixes the Language selection from C to Cpp. Clang-form
move .clang-format file into position The CI expects the .clang-format file to appear at the root of the repository. Also fixes the Language selection from C to Cpp. Clang-format uses the Cpp language specifier for both C and C++. Fixes it to use spaces instead of tabs per: https://github.com/openbmc/docs/blob/master/CONTRIBUTING.md#c Change-Id: Ibcc40eeb04c73f53a33986bdc47d69e59d59373c Signed-off-by: Patrick Venture <venture@google.com>
show more ...
|