CSS tab-size
Control the width of tab characters in pre-formatted text.
4
function greet(name) {
if (name) {
console.log("Hello, " + name);
return {
greeting: "Hello",
recipient: name,
timestamp: Date.now()
};
}
return null;
}
tab-size: 4;
Only affects actual tab characters (U+0009) in <pre> or white-space: pre elements.