From 4437d5b3c3eea76f6e2b0fd4a2ba21c02a098aeb Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 8 Mar 2025 15:21:28 +0900 Subject: updates --- dwmblocks/.clang-format | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dwmblocks/.clang-format (limited to 'dwmblocks/.clang-format') diff --git a/dwmblocks/.clang-format b/dwmblocks/.clang-format new file mode 100644 index 0000000..299675f --- /dev/null +++ b/dwmblocks/.clang-format @@ -0,0 +1,8 @@ +BasedOnStyle: Google +IndentWidth: 4 +InsertBraces: true +ColumnLimit: 79 +AlignConsecutiveMacros: Consecutive +AllowShortFunctionsOnASingleLine: None +AllowShortLoopsOnASingleLine: false +AllowShortIfStatementsOnASingleLine: Never -- cgit v1.2.3