1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

Added .clang-format and .clang_complete.

.clang-format just disables clang-format formating for the whole project.
.clang_complete allows for clang based code auto-completion.
This commit is contained in:
Jens Breitbart 2016-03-13 14:04:27 +01:00
parent 92ee2f13f9
commit c988aa073a
2 changed files with 8 additions and 0 deletions

1
.clang-format Normal file
View file

@ -0,0 +1 @@
DisableFormat: true

7
.clang_complete Normal file
View file

@ -0,0 +1,7 @@
-Ihermit/include
-Ihermit/arch/x86/include
-Ihermit/lwip/src/include
-Ihermit/lwip/src/include/ipv4
-Ihermit/drivers
-nostdinc
-ffreestanding