Simon Gauvin
Simon Gauvin
`make format` only searches for `.cpp`, `.h` and `.inl` files. It should also look for `.hpp` files.
Since the introduction of apple silicon, universal binaries are used to package two binaries (intel binary and apple silicon binary) into one. This way developers can distribute a single app...
### Description I'm trying to have a setup where single quotes don't get auto-paired when writing a comment. I took the example in the README, but even this doesn't seem...
date_time.hpp was not including std_optional.hpp directly. It probably got it transitively from other files including it directly. This caused clangd to complain at every `#include ` **What does this change...