Markdown Test: Code Tabs
Testing Tabs in Code
Looks like UV trims the text.
// Some Code with a tab
function that(x){
return x;
}
// Some Code with spaces
function that(x){
return x;
}
1
vote
Looks like UV trims the text.
// Some Code with a tab
function that(x){
return x;
}
// Some Code with spaces
function that(x){
return x;
}