mirror of https://gitlab.com/QEF/q-e.git
20 lines
487 B
Plaintext
20 lines
487 B
Plaintext
# -----------------------------
|
|
# Options affecting formatting.
|
|
# -----------------------------
|
|
with section("format"):
|
|
|
|
# How wide to allow formatted cmake files
|
|
line_width = 120
|
|
|
|
# How many spaces to tab for indent
|
|
tab_size = 4
|
|
|
|
# ------------------------------------------------
|
|
# Options affecting comment reflow and formatting.
|
|
# ------------------------------------------------
|
|
with section("markup"):
|
|
|
|
# enable comment markup parsing and reflow
|
|
enable_markup = False
|
|
|