Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed alignment & line width in formatting script
Clang-fromat default linux configuration is extended with following: AlignConsecutiveMacros: true AlignConsecutiveBitFields: true In addition, column limit set to 100 as it is default in Linux kernel: ColumnLimit: 100 All changes above are done with sed and not bulletproof. In addition, all extra parameters to script are now passed to clang-format command line
- Loading branch information