libfabric codestyle #11331
-
|
Where can i find the code style description of libfabric for customization my IDE |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello! For the most part, we follow the Linux kernel coding style which you can learn more about here We also have a clang format which was added a while ago but it's still in its initial stages and we haven't done much review or update of that but you can try that out and we are welcome to feedback and help on it if that's something you're familiar with! |
Beta Was this translation helpful? Give feedback.
-
|
FYI, the coding style is mentioned in the wiki home page (https://github.com/ofiwg/libfabric/wiki): The coding style of this project resembles that of the linux kernel, please match your contributions to the prevailing style in the files. |
Beta Was this translation helpful? Give feedback.
FYI, the coding style is mentioned in the wiki home page (https://github.com/ofiwg/libfabric/wiki):
The coding style of this project resembles that of the linux kernel, please match your contributions to the prevailing style in the files.