diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-21 23:58:42 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-21 23:58:42 +0200 |
commit | 72e16867e4578e0e6f9d64ff2081c27ca18b770f (patch) | |
tree | 0bf9c6ec529a5ca8e6f51004e1ddbce0aef37f32 | |
parent | f81c9a07ecd55436e060607a61255931b15c41d3 (diff) |
Treat inc files as cpp
-rw-r--r-- | languages.toml | 2 |
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"]
+
|