mirror of https://github.com/QMCPACK/qmcpack.git
17 lines
433 B
Plaintext
17 lines
433 B
Plaintext
# -----------------------------
|
|
# Options affecting formatting.
|
|
# -----------------------------
|
|
with section("format"):
|
|
|
|
# How wide to allow formatted cmake files
|
|
line_width = 120
|
|
|
|
# ------------------------------------------------
|
|
# Options affecting comment reflow and formatting.
|
|
# ------------------------------------------------
|
|
with section("markup"):
|
|
|
|
# enable comment markup parsing and reflow
|
|
enable_markup = False
|
|
|