mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(.editorconfig): correct spelling of indent_style
Unleash the fucking fury
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*.go]
|
[*.go]
|
||||||
indent_style = tabs
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|||||||
Reference in New Issue
Block a user