Skip to content

Commit

Permalink
Add *.cpp to .editorconfig
Browse files Browse the repository at this point in the history
src/process_moc.cpp is C++.
  • Loading branch information
df7cb committed Oct 30, 2023
1 parent 6f19a10 commit 2ce76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2ce76ba

Please sign in to comment.