Skip to content

Commit 4060093

Browse files
committed
edit: formatage automatique des fichiers de features
1 parent e5ff6aa commit 4060093

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,14 @@
1919
"property.declaration": {"underline": false},
2020
}
2121
},
22-
"eslint.validate": [".mjs", "javascript", "html", "markdown", "json"],
22+
"eslint.validate": [
23+
".mjs",
24+
"javascript",
25+
"html",
26+
"markdown",
27+
"json"
28+
],
29+
"[feature]": {
30+
"editor.defaultFormatter": "alexkrechik.cucumberautocomplete"
31+
},
2332
}

0 commit comments

Comments
 (0)