mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-26 21:25:19 -04:00
precommit: Wrap Markdown lines after 100 characters
This commit is contained in:
parent
090ed75924
commit
443130275c
43 changed files with 1097 additions and 1276 deletions
|
|
@ -45,7 +45,7 @@ def shellcheck():
|
|||
@app.route("/mdformat", methods=["POST"])
|
||||
@app.route("/markdownlint", methods=["POST"]) # for backwards compatibility
|
||||
def mdformat():
|
||||
return run_tool(["mdformat"])
|
||||
return run_tool(["mdformat", "--wrap=100"])
|
||||
|
||||
|
||||
# ======================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue