We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394b7bd commit 0a51eacCopy full SHA for 0a51eac
src/modules/prepareContent.ts
@@ -22,7 +22,7 @@ export function prepareContent({
22
}
23
24
/** Get the shortest leading whitespace from lines in a string */
25
-const minIndent = (s: string) => {
+function minIndent (s: string) {
26
const match = s.match(/^[ \t]*(?=\S)/gm);
27
28
if (!match) {
0 commit comments