This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Commit a899abc
authored
fix: made .clang-format generic for any repo (#1454)
As we prepare to move to a monorepo, we want all of our existing repos
to be formatted with the same .clang-format config. This config removes
any per-library specific names (i.e., I removed "spanner"). Instead,
this names the headers and directories of the *common* headers and
ensures that those sort after the other quoted "google/cloud/.+"
includes, which should be the project ones.1 parent b926894 commit a899abc
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
15 | 14 | | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments