Skip to content

Commit db88d21

Browse files
committed
added .cmake-format.yaml + updated .gitignore
(.cache in .gitignore is used eg. by clangd)
1 parent e5eb349 commit db88d21

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.cmake-format.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://github.com/cheshirekow/cmake_format#configuration
2+
format:
3+
tab_size: 4

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
gpujpeg
2+
.cache
23
.libs
34
src/*.o
45
src/*.lo

0 commit comments

Comments
 (0)