mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
.clang-format: 100 lines
This allows us to be more like the system/core clang format and also prevents problems because a lot of hardware/interfaces code is checked in with 100 lines of code. Test: pass Change-Id: I62aeba9deb33ad6ce3d62fada3e0c04139ca3588
This commit is contained in:
@@ -14,15 +14,11 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#
|
||||
# Below are some minor deviations from the default Google style to
|
||||
# accommodate for handling of the large legacy code base.
|
||||
#
|
||||
|
||||
BasedOnStyle: Google
|
||||
CommentPragmas: NOLINT:.*
|
||||
DerivePointerAlignment: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
ColumnLimit: 100
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentWidth: 4
|
||||
|
||||
Reference in New Issue
Block a user