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

GNUMakefile: disable tab expansion for 'make format'

This was only needed for initial migration.
parent d11d5403
Branches
Tags
No related merge requests found
......@@ -517,7 +517,7 @@ update: .FORCE
format: .FORCE
PATH="../lib/${OS_NCASE}/llvm/bin/:$(PATH)" \
python3 source/tools/utils_maintenance/clang_format_paths.py --expand-tabs $(PATHS)
python3 source/tools/utils_maintenance/clang_format_paths.py $(PATHS)
# -----------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment