This commit is contained in:
uzi 2022-12-06 10:31:37 +08:00
commit 8ecec6170f
3 changed files with 10 additions and 0 deletions

3
.clang-format Normal file
View File

@ -0,0 +1,3 @@
BasedOnStyle: Google
SortIncludes: false
ColumnLimit: 0

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.o

6
deps Normal file
View File

@ -0,0 +1,6 @@
yum:
sudo dnf install -y xorg-x11-server-devel \
libXft-devel \
libXinerama-devel \
yajl-devel