rename, kinda add option for tabs vs space

This commit is contained in:
Olivier Gagnon
2021-08-20 02:14:27 -04:00
parent 0e24020796
commit 2dfd19c9e0
4 changed files with 28 additions and 22 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface Options {
theme: string;
insertSpaces: boolean;
}