AlexBlade / vscode-time-tracker

The time tracking addon for Visual Studio Code
30 stars 7 forks source link

make `.timetrakcer` file more friendly to human. #2

Closed ipcjs closed 3 years ago

ipcjs commented 3 years ago

Some people may want to use tab as an indentation symbol, so I set the parameter type to string|integer|null.

maybe we can modify it to: Indentation of '.timetracker' file. If set to a number, it indicates the number of space characters to use as indentation. If set to a string, the string is used as indentation.

AlexBlade commented 3 years ago

It's a good idea. Could you please make changes?

ipcjs commented 3 years ago

I have updated the code.

AlexBlade commented 3 years ago

The PR was merged. Thanks for your contribution!