diff options
Diffstat (limited to 'src/gtest/.editorconfig')
-rw-r--r-- | src/gtest/.editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtest/.editorconfig b/src/gtest/.editorconfig new file mode 100644 index 00000000000..0880bacaac9 --- /dev/null +++ b/src/gtest/.editorconfig @@ -0,0 +1,3 @@ +[*.{cc,h}] +indent_style = space +indent_size = 2 |