summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2023-09-30 18:56:25 +0200
committerGitHub <noreply@github.com>2023-09-30 18:56:25 +0200
commit260c0f662313fe0d0df859645f5731af04fc9fa7 (patch)
treeb6ee44c6db36131887f0134bc10331fe795ab287
parent52bfff7ceb3d259b1a71002fcbfb20261294bdd7 (diff)
parente6a06eb729f11fb8b14f104a041c8504772a8c95 (diff)
Merge pull request #635 from lvxnull/editorconfig
Add hpp files to .editorconfig
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 63202f0..b27d25a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,4 +1,4 @@
-[*.{cpp,h,sh,md,cfg,sample}]
+[*.{cpp,h,hpp,sh,md,cfg,sample}]
indent_style = tab
indent_size = 4