contrib : filename guidelines [no ci]
This commit is contained in:
parent
d974cae286
commit
df65154415
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> This guideline is yet to be applied to the `llama.cpp` codebase. New code should follow this guideline.
|
> This guideline is yet to be applied to the `llama.cpp` codebase. New code should follow this guideline.
|
||||||
|
|
||||||
|
- C/C++ filenames are all lowercase with dashes. Headers use the `.h` extension. Source files use the `.c` or `.cpp` extension
|
||||||
|
- Python filenames are all lowercase with underscores
|
||||||
|
|
||||||
- (TODO: abbreviations usage)
|
- (TODO: abbreviations usage)
|
||||||
|
|
||||||
# Preprocessor directives
|
# Preprocessor directives
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue