Treat inc files as cpp

This commit is contained in:
2024-04-21 23:58:42 +02:00
parent f81c9a07ec
commit 72e16867e4

View File

@ -5,3 +5,5 @@ indent = { unit = " ", tab-width = 4 }
[[language]]
name = "cpp"
indent = { unit = " ", tab-width = 4 }
file-types = ["cpp", "h", "hpp", "inc"]