Merge pull request #2564 from HazardDev/patch-1

Fixed .editorconfig
This commit is contained in:
Jaex 2017-06-08 03:39:29 +03:00 committed by GitHub
commit af04c50985

View file

@ -4,6 +4,6 @@ root = true
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = tab
indent_style = space
indent_size = 4
trim_trailing_whitespace = true