mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-05 02:22:28 +01:00
b5dae423cb
This is python based and is now functional for windows. We now should be able to extend this script for linux and mac. Move setup script to Tools folder.
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
|