refactor: convert files from spaces to tabs

This commit is contained in:
Stefan Imhoff
2022-08-24 10:29:42 +02:00
parent 056e9c45e6
commit 06efdf8583
113 changed files with 97766 additions and 97778 deletions

View File

@@ -1,6 +1,6 @@
export function sourceCodeInfo() {
const sourceCodeInfo =
'👋 I see youre interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
const sourceCodeInfo =
'👋 I see youre interested in the source code of this site? You can find it here: https://github.com/kogakure/website-11ty-kogakure.de';
console.info(sourceCodeInfo);
console.info(sourceCodeInfo);
}