Skip to content

Commit

Permalink
Merge pull request #97 from cybertec-postgresql/editorconfig
Browse files Browse the repository at this point in the history
Add *.cpp to .editorconfig
  • Loading branch information
vitcpp authored Oct 30, 2023
2 parents 6f19a10 + 2ce76ba commit 126ad72
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 126ad72

Please sign in to comment.