commit | 2f52b0a3e45749c0474e5215ed6d21efeb39c443 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 10 15:59:37 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Nov 18 17:29:58 2021 +0000 |
tree | d2851e0919c821bc71b43c6470642e6d22b11b10 | |
parent | 5fa97051715aec1c83b2f0ba50a738c8c7643244 [diff] |
clang-format: force unix newlines In order to help avoid dos-style newlines from being introduced to the codebase, force the clang-format style to use unix-style newlines. `DeriveLineEnding: false`: - This disables automatic newline style detection by clang-format. `UseCRLF: false`: - Since detection is disabled, this enforces unix-style (LF). Also, add a remark in the cpp-style document to codify the expectation that unix-style newlines are used. Tested: Apply changes to sdbusplus, run 'unix2dos' on a source file, and confirm file is reverted to unix-style with 'clang-format'. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie8f0cd956a3c52cd14891c06a0b61507f5829aaf
The OpenBMC project is a Linux Foundation project whose goal is to produce a customizable, open-source firmware stack for Baseboard Management Controllers (BMCs). This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.
The features document lists the project's major features with links to more information.
These documents contain details on developing OpenBMC code itself
cheatsheet.md: Quick reference for some common development tasks
CONTRIBUTING.md: Guidelines for contributing to OpenBMC
development tutorials: Tutorials for getting up to speed on OpenBMC development
kernel-development.md: Reference for common kernel development tasks
These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.
code-update: Updating OpenBMC and host platform firmware
console.md: Using the host console
host-management.md: Performing host management tasks with OpenBMC
rest-api.md: Introduction to using the OpenBMC REST API
REDFISH-cheatsheet.md: Quick reference for some common OpenBMC Redfish commands
REST-cheatsheet.md: Quick reference for some common OpenBMC REST API commands