build: add .ccls

This commit is contained in:
3lswear
2022-01-12 12:48:25 +03:00
parent 26596a78ed
commit 4deafefc7c

8
.ccls Normal file
View File

@@ -0,0 +1,8 @@
clang++
-Iincludes
%cpp
%hpp --include=./includes/webserv.hpp
-Wall
-Wextra
-Werror
-std=c++98