Skip to content
Snippets Groups Projects
Commit 0deca3dc authored by Sergey Kosukhin's avatar Sergey Kosukhin Committed by Oliver Heidmann
Browse files

added cmake format config file

parent 883c27e5
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !131. Comments created here will be created in the context of that merge request.
with section("format"): # noqa: F821
dangle_parens = True
max_lines_hwrap = 0
keyword_case = "upper"
autosort = True
with section("lint"): # noqa: F821
# The formatter sometimes fails to fit the code into the line limit (C0301)
# and can disagree with the linter regarding the indentation (C0307):
disabled_codes = ["C0301", "C0307"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment