aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorFilip Wandzio <contact@philw.dev>2025-09-08 19:09:10 +0200
committerFilip Wandzio <contact@philw.dev>2025-09-08 19:09:10 +0200
commitf33c70176cd078c6e1c189b9c2a61089422129c9 (patch)
treeeaf3d27a81566d5118b0736ba32f5189963e4d1c /.clang-format
parentbd019ee25b380d32ccf900f5afa0dab9f9d541b8 (diff)
downloaddwm-f33c70176cd078c6e1c189b9c2a61089422129c9.tar.gz
dwm-f33c70176cd078c6e1c189b9c2a61089422129c9.zip
Enforce code style, reformat project
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
1 files changed, 6 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..b838e4d
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,6 @@
1BasedOnStyle: LLVM
2IndentWidth: 8
3UseTab: ForIndentation
4BreakBeforeBraces: Linux
5AllowShortIfStatementsOnASingleLine: false
6ColumnLimit: 80