.editorconfig: Adjust for CXX files

This commit is contained in:
Jonathan Lebon 2021-01-21 12:23:23 -05:00 committed by OpenShift Merge Robot
parent 9198e50c47
commit 14d51a6a9e

View File

@ -1,4 +1,4 @@
[*.[ch]]
[*.[ch] *.cxx]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true