Add .clang-format and rename to vuln.c

This commit is contained in:
Johannes Maier
2024-01-05 17:39:30 +01:00
parent 1ef96d8206
commit 8176a353c1
3 changed files with 6 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ project(project C)
set(CMAKE_C_STANDARD 17)
add_executable(project main.c)
set(CMAKE_C_FLAGS "-Wall -Werror -g")
add_executable(vuln vuln.c)