Skip to content

Commit 77e4bb2

Browse files
authored
chore: fix EditorConfig lint errors (issue #8273)
Replace tab indentation with spaces (2 spaces) in line_styles.json lines 2-6. resolves #8273 Signed-off-by: Ritesh Rana <[email protected]>
1 parent ad8f246 commit 77e4bb2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
2-
"-",
3-
"--",
4-
":",
5-
"-.",
6-
"none"
2+
"-",
3+
"--",
4+
":",
5+
"-.",
6+
"none"
77
]

0 commit comments

Comments
 (0)