mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 18:42:29 +01:00
9 lines
143 B
Python
9 lines
143 B
Python
|
|
||
|
with section("format"):
|
||
|
|
||
|
# How wide to allow formatted cmake files
|
||
|
line_width = 140
|
||
|
|
||
|
# How many spaces to tab for indent
|
||
|
tab_size = 4
|