Skip to content
Snippets Groups Projects
Commit e6bcdc8a authored by Campbell Barton's avatar Campbell Barton
Browse files

clang_format_paths: bump minimum clang-format version to 8.0

This adds support for `StatementMacros` which is needed to properly
format Python structs.
parent b66c22e1
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import os
import sys
import subprocess
VERSION_MIN = (6, 0, 0)
VERSION_MIN = (8, 0, 0)
VERSION_MAX_RECOMMENDED = (9, 0, 1)
CLANG_FORMAT_CMD = "clang-format"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment