fix: Specify indent_size = 2 globally in .editorconfig. (#39236)

This commit is contained in:
Kartik Soneji
2020-07-13 16:53:57 +05:30
committed by GitHub
parent 0082e99f62
commit 0da9760d4e

View File

@ -2,6 +2,7 @@ root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true