summaryrefslogtreecommitdiff
path: root/.ccls
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 00:32:28 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2024-08-29 00:32:28 +0330
commit7f7ced3f7f61d6cd31a43c5d03d606879295d624 (patch)
treeebd1c1ee0f317bb343d5ee7b10ade8c7a400f2f1 /.ccls
parent353546db994b2f71eeae731209f08da1a326a2f3 (diff)
added fps cap
added clang lsp configs added restrict for pointers may have added max and min width and height consts fixed bug in tui_get_cursor_pos added <ENTER> as left click behavior
Diffstat (limited to '.ccls')
-rwxr-xr-x.ccls12
1 files changed, 12 insertions, 0 deletions
diff --git a/.ccls b/.ccls
new file mode 100755
index 0000000..f3137a2
--- /dev/null
+++ b/.ccls
@@ -0,0 +1,12 @@
+gcc
+# compiler driver
+
+%c -std=c23
+# %cpp -std=c++23
+
+# add this to support `.hpp` files as C++ headers
+# %hpp -x
+# %hpp c++-header
+
+%h -x
+%h c-header