lix/clang-tidy/.editorconfig
jade 43cf487c25 Create clang-tidy check to rename all our includes
It is a little bit scuffed, but it seems to produce correct results. We
can run it at a later date when we want to explode every in-flight
commit in existence and then need to filter-branch them.

Fixes: #188

Change-Id: Id97e4651f78804a941d941df02c7c1b21ce453b6
2024-04-06 04:40:19 +00:00

5 lines
87 B
INI

# LLVM style code is 2-space indented
[*.{cc,hh}]
indent_style = space
indent_size = 2