all: Annotate some tables to have clang-format leave them alone
authorOlof Johansson <olof@lixom.net>
Thu, 11 Apr 2019 00:41:46 +0000 (17:41 -0700)
committerAnup Patel <anup@brainfault.org>
Wed, 24 Apr 2019 04:19:46 +0000 (09:49 +0530)
commitfbf986ac2a0b926ae97e6796b87e366610d7589e
tree1d65814b7832b1173c4094e4f91c7da9f491e87a
parent97fb8c0e3bcd4d7915ea35020e4d95999d389cd3
all: Annotate some tables to have clang-format leave them alone

One of the shortcomings of clang-format is that it doesn't allow
for aligned define tables, which is used for a number of constants.

Add annotation to disable the automatic formatting where needed.

Signed-off-by: Olof Johansson <olof@lixom.net>
18 files changed:
include/sbi/riscv_asm.h
include/sbi/riscv_barrier.h
include/sbi/riscv_encoding.h
include/sbi/riscv_io.h
include/sbi/sbi_const.h
include/sbi/sbi_ecall_interface.h
include/sbi/sbi_error.h
include/sbi/sbi_ipi.h
include/sbi/sbi_scratch.h
include/sbi/sbi_trap.h
include/sbi/sbi_types.h
platform/common/serial/sifive-uart.c
platform/common/serial/uart8250.c
platform/kendryte/k210/platform.h
platform/kendryte/k210/uarths.h
platform/qemu/sifive_u/platform.c
platform/qemu/virt/platform.c
platform/sifive/fu540/platform.c