-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Priority: LOWIt can be resolved in a future major system revision or not be resolved at allIt can be resolved in a future major system revision or not be resolved at allgood first issueGood for newcomersGood for newcomers
Description
The code base uses GNU coding convention, most of which can easily be enforced using clang-format, the project should contain a .clang-format
containing the clang format's configuration for GNU coding style.
fortunately clang format supports GNU coding standards as one of it's presets so we can simply use clang format to generate that file for us using a command like this :
$ clang-format -style=gnu -dump-config > .clang-format
Metadata
Metadata
Assignees
Labels
Priority: LOWIt can be resolved in a future major system revision or not be resolved at allIt can be resolved in a future major system revision or not be resolved at allgood first issueGood for newcomersGood for newcomers