mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-08 01:36:54 +08:00
I initially tried to use the existing .clang-format file, but it does not match the code style (at least with clang-format 11) and the formatting is not consistent across files. Therefore, I decided to rewrite the .clang-format with some personal preferences. Used command find . -iname "*.hpp" -o -iname "*.cpp" | xargs clang-format -i -style=file |
||
|---|---|---|
| .. | ||
| fnv1a.hpp | ||
| hash.hpp | ||
| json_wrap.hpp | ||
| json.hpp | ||
| quick_flat_map.hpp | ||
| stack_vector.hpp | ||
| static_string.hpp | ||
| utility.hpp | ||