summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-21 23:58:42 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-21 23:58:42 +0200
commit72e16867e4578e0e6f9d64ff2081c27ca18b770f (patch)
tree0bf9c6ec529a5ca8e6f51004e1ddbce0aef37f32
parentf81c9a07ecd55436e060607a61255931b15c41d3 (diff)
Treat inc files as cpp
-rw-r--r--languages.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index c3bb1de..2018efe 100644
--- a/languages.toml
+++ b/languages.toml
@@ -5,3 +5,5 @@ indent = { unit = " ", tab-width = 4 }
[[language]]
name = "cpp"
indent = { unit = " ", tab-width = 4 }
+file-types = ["cpp", "h", "hpp", "inc"]
+