Skip to content

Add .clang-format file to repository #33

@Arsenic-ATG

Description

@Arsenic-ATG

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

No one assigned

    Labels

    Priority: LOWIt can be resolved in a future major system revision or not be resolved at allgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions