Nicer indentation
This commit is contained in:
parent
544761329c
commit
ccd02c48b3
1 changed files with 8 additions and 8 deletions
|
@ -42,7 +42,7 @@ ${json}
|
||||||
protected indentEachLine(string: string) {
|
protected indentEachLine(string: string) {
|
||||||
const indent = ' ';
|
const indent = ' ';
|
||||||
const regex = /^(?!\s*$)/gm;
|
const regex = /^(?!\s*$)/gm;
|
||||||
return string.replace(regex, indent.repeat(1));
|
return string.replace(regex, indent.repeat(2));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected onBeforeUnload = (e: BeforeUnloadEvent) => {
|
protected onBeforeUnload = (e: BeforeUnloadEvent) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue