Skip to content

Commit 7f98b63

Browse files
committed
chore: use spaces for JSON indent in plot graph defaults
Align defaults.json with EditorConfig (*.{json}: indent_style space, indent_size 2). Made-with: Cursor
1 parent 2840211 commit 7f98b63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib/plot/components/svg/graph/lib
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"translateX": 0,
3-
"translateY": 0,
4-
"autoRender": false
2+
"translateX": 0,
3+
"translateY": 0,
4+
"autoRender": false
55
}

0 commit comments

Comments
 (0)