fix(.editorconfig): correct spelling of indent_style

Unleash the fucking fury
This commit is contained in:
Carl Bergquist 2016-09-05 17:38:55 +02:00 committed by GitHub
parent d11bc57c37
commit b501590a75

View File

@ -2,7 +2,7 @@
root = true
[*.go]
indent_style = tabs
indent_style = tab
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true