EditorConfig: 2 space indent (#195)
This patch updates editor config to use 2 spaces
This commit is contained in:
parent
6c163122bf
commit
211c372a3a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user