Commit 91cadd5
committed
git-clang-format
Ah! Now I understand why my local run keeps missing these formatting
changes. It's because by default it only does C++ formatting on files
that end in `.cpp`, so it doesn't search `string` by default, which is
where I keep making changes. It's not that CI is running a more
up-to-date clang-format which disagrees on style. It's that it's using
a longer command line which reminds it to check extensionless C++
standard headers.1 parent 74e11ac commit 91cadd5
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
857 | 860 | | |
858 | 861 | | |
859 | 862 | | |
| |||
875 | 878 | | |
876 | 879 | | |
877 | 880 | | |
878 | | - | |
| 881 | + | |
| 882 | + | |
879 | 883 | | |
880 | 884 | | |
881 | 885 | | |
| |||
0 commit comments