Форматирование кода

This commit is contained in:
2020-04-01 21:42:59 +03:00
parent 16665a5a6f
commit 54cf15c7e0
21 changed files with 69 additions and 109 deletions

View File

@@ -38,7 +38,7 @@ with section("parse"):
with section("format"):
# How wide to allow formatted cmake files
line_width = 90
line_width = 110
# How many spaces to tab for indent
tab_size = 2
@@ -204,7 +204,7 @@ with section("lint"):
min_statement_spacing = 1
# Require no more than this many newlines between statements
max_statement_spacing = 1
max_statement_spacing = 2
max_returns = 6
max_branches = 12
max_arguments = 5