Skip to content

Commit 68a5df1

Browse files
petrparolekf3l1x
authored andcommitted
fixed tests
1 parent 4d3c847 commit 68a5df1

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.editorconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ tab_width = 4
1414
[{*.json, *.yaml, *.yml, *.md}]
1515
indent_style = space
1616
indent_size = 2
17+
18+
[tests/fixtures/files/interactive.json]
19+
insert_final_newline = false
20+
indent_style = space
21+
indent_size = tab
22+
tab_width = 4

tests/fixtures/files/interactive.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"mode": "bar",
3-
"database": {
4-
"user": "bar",
5-
"pass": "bar",
6-
"dbname": "bar"
7-
}
8-
}
2+
"mode": "bar",
3+
"database": {
4+
"user": "bar",
5+
"pass": "bar",
6+
"dbname": "bar"
7+
}
8+
}

0 commit comments

Comments
 (0)