about summary refs log tree commit diff stats
path: root/src/event/server_events.c
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-10-26 15:15:37 +0200
committerMichael Vetter <jubalh@iodoru.org>2022-10-26 15:15:37 +0200
commit413b5f9bc9f59a7560fd69862cca47357d30c0cd (patch)
treee1de2d12a36985d7c7e7bc0a8c60311fbdb77f16 /src/event/server_events.c
parentaa9b96e25cf19c8e5dab3167e8e575916106297b (diff)
downloadprofani-tty-413b5f9bc9f59a7560fd69862cca47357d30c0cd.tar.gz
Work around different clang-format versions
Locally I have clang-format 15.0.2.
Our CI runs ubuntu-20.04 so it has 10.0.

Seems like a default value changed but I can't find it.
When I still had clang-format 14.x everything was fine and checking:
https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html#clang-format

I only see irrelevant things.

Someone on the llvm IRC channel sais "there is no guarantee" and "maybe
a regression or intended change".
But seems like noone knows which setting could be the one we need.

Since I don't have a better solution for now I will just edit this by
hand to apply to the clang-format version we have on the CI.
Will look into updating this one.

But in any case it would be best if the configuration file could have
this setting so formatting works the same for all contributors.
Diffstat (limited to 'src/event/server_events.c')
0 files changed, 0 insertions, 0 deletions
='#n130'>130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226