From 12d299f552a5aa8b6ea711dbe67805c4a5aab10d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 15 Sep 2024 07:54:31 +0200 Subject: Move to LLVM ruleset for Clang autoformatter --- c-embed/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c-embed') diff --git a/c-embed/.clang-format b/c-embed/.clang-format index 5f0e585..84ac618 100644 --- a/c-embed/.clang-format +++ b/c-embed/.clang-format @@ -1,4 +1,4 @@ -BasedOnStyle: Chromium +BasedOnStyle: LLVM ColumnLimit: 120 IndentWidth: 4 -- cgit v1.2.3