4 lines
73 B

export default function foo () {
console.log( 'indented with tabs' );
}