mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-06-10 03:01:34 -04:00
formatting: add .clang-format
This commit is contained in:
parent
a2d03cf618
commit
1feb41da8e
6 changed files with 415 additions and 294 deletions
1
util.h
1
util.h
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue