defocus-modules/.clang-format
Kevin Trogant ffbe68606b Initial commit
First (sort-of) working version of a pinhole camera model.

Improvement idea:
- Stretch result image to the whole size
2023-04-06 18:54:30 +02:00

17 lines
312 B
YAML

---
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakStringLiterals: 'false'
ColumnLimit: '120'
IndentCaseLabels: 'false'
IndentPPDirectives: None
IndentWidth: '4'
BreakBeforeBraces: 'Custom'
BraceWrapping:
AfterEnum: 'true'
AfterStruct: 'true'
AfterFunction: 'true'
SortIncludes: 'false'
...