chore(editorconfig): revert editorconfig changes, too much work

pull/18641/head
David McKay 2020-06-18 17:16:39 +01:00
parent 687130d030
commit 6e4d7be3cf
2 changed files with 4 additions and 6 deletions

View File

@ -4,10 +4,8 @@
# This is the terminal .editorconfig in this repository.
root = true
[*]
# You can't change this to * without the `checkfmt` make target failing due to many
# files that don't adhere to this.
[*.yml]
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 4

View File

@ -2161,7 +2161,7 @@ spec:
require.True(t, ok)
assert.Equal(t, "xy", props.GetType())
assert.Equal(t, true, props.ShadeBelow)
assert.Equal(t, "auto", props.HoverDimension)
assert.Equal(t, "y", props.HoverDimension)
assert.Equal(t, "xy chart note", props.Note)
assert.True(t, props.ShowNoteWhenEmpty)
assert.Equal(t, "stacked", props.Position)