Open
Description
Example code:
switch(e.key){
case "Enter":
acceptDocSearchResult(searchHighlightedElement);
e.preventDefault();
break;
After indentation, it will become like this:
switch(e.key){
case "Enter":
acceptDocSearchResult(searchHighlightedElement);
e.preventDefault();
break;
I think the former is preferable.
Metadata
Assignees
Labels
No labels