Cleanup: format all of ./intern, use .clang-format to exclude paths

Directories in intern/ were selectively formatted based on
paths in `tools/utils_maintenance/clang_format_paths.py`.

This had the following problems:

- Editing files inside intern/ would auto-format on save with editors
  setup to auto-format as there was nothing to disable formatting.
- Some directories were missing (by accident it seems).

Resolve by formatting all of `./intern/` exclude except for
`./intern/itasc/` which includes ITASC & KDL versions we might
want to sync with upstream.
This commit is contained in:
Campbell Barton
2024-09-20 16:03:37 +10:00
parent 615cb46412
commit f43da6fc4c
7 changed files with 15 additions and 42 deletions

View File

@@ -20,9 +20,7 @@ struct ObjVertex {
uint32_t n = (uint32_t)-1;
uint32_t uv = (uint32_t)-1;
ObjVertex()
{
}
ObjVertex() {}
ObjVertex(uint32_t pi)
{