summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Collapse)Author
2023-01-12clang-format: PointerAlignment LEFT Steven Moreland
This is the format used in libbinder, but it appears not to be configured here. However - this is really strange - because I know it must have been? Maybe the Google format changed? However, I find it really shocking that we might have always typed this correctly in libbinder. Certainly something else broke the format here!? Bugs: me Test: N/A Change-Id: I3f54bf359378b2080f9cc6e375d69c7e050b7d2d
2021-04-19clang-format: Add IncludeBlocks: Preserve Yifan Hong
Test: pass Change-Id: Id8394cccb9652c4252e9e4eacfe8096d709ccc1c
2017-03-24Add default .clang-format Dan Stoza
Adds a default .clang-format for frameworks/native. If this style is undesirable for a given component in this repo, it can be overriden with a more local .clang-format file. Test: None necessary, only for formatting Change-Id: I0bf6bd9a15255d9a4ce3d485e841912955caa310