Форматирование кода
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user