EditorConfig: 2 space indent (#195)

This patch updates editor config to use 2 spaces
This commit is contained in:
Eric Bidelman 2017-08-03 09:50:08 -07:00 committed by Andrey Lushnikov
parent 6c163122bf
commit 211c372a3a

View File

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