formatting: add .clang-format

This commit is contained in:
Alex Denes 2026-04-21 14:11:09 +00:00
parent a2d03cf618
commit 1feb41da8e
No known key found for this signature in database
GPG key ID: F92BA85F61F4C173
6 changed files with 415 additions and 294 deletions

1
util.h
View file

@ -1,4 +1,5 @@
/* See LICENSE.dwm file for copyright and license details. */
#include <stddef.h>
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);