From 2ce76ba5cd08794e3438202975067ae464c86198 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 30 Oct 2023 10:48:24 +0100 Subject: [PATCH] Add *.cpp to .editorconfig src/process_moc.cpp is C++. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d69a3d1..993a1d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ root = true -[*.{c,h,l,y,pl,pm}] +[*.{c,cpp,h,l,y,pl,pm}] indent_style = tab indent_size = tab tab_width = 4