Skip to content

Commit 2ce76ba

Browse files
committed
Add *.cpp to .editorconfig
src/process_moc.cpp is C++.
1 parent 6f19a10 commit 2ce76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
root = true
22

3-
[*.{c,h,l,y,pl,pm}]
3+
[*.{c,cpp,h,l,y,pl,pm}]
44
indent_style = tab
55
indent_size = tab
66
tab_width = 4

0 commit comments

Comments
 (0)