chore(editorconfig): revert editorconfig changes, too much work
parent
687130d030
commit
6e4d7be3cf
|
@ -4,10 +4,8 @@
|
||||||
# This is the terminal .editorconfig in this repository.
|
# This is the terminal .editorconfig in this repository.
|
||||||
root = true
|
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
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[Makefile]
|
|
||||||
indent_style = tab
|
|
||||||
indent_size = 4
|
|
||||||
|
|
|
@ -2161,7 +2161,7 @@ spec:
|
||||||
require.True(t, ok)
|
require.True(t, ok)
|
||||||
assert.Equal(t, "xy", props.GetType())
|
assert.Equal(t, "xy", props.GetType())
|
||||||
assert.Equal(t, true, props.ShadeBelow)
|
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.Equal(t, "xy chart note", props.Note)
|
||||||
assert.True(t, props.ShowNoteWhenEmpty)
|
assert.True(t, props.ShowNoteWhenEmpty)
|
||||||
assert.Equal(t, "stacked", props.Position)
|
assert.Equal(t, "stacked", props.Position)
|
||||||
|
|
Loading…
Reference in New Issue