yasb icon indicating copy to clipboard operation
yasb copied to clipboard

[BUG] There is an indentation issue in the `config.yaml` file of the project, which may cause configuration errors or runtime issues.

Open kenis1108 opened this issue 1 year ago • 0 comments

Issue:

There is an indentation issue in the config.yaml file of the project, which may cause configuration errors or runtime issues.

Steps to Reproduce:

  1. Open the config.yaml file.
  2. Go to line [462], and you'll notice the indentation is inconsistent.

image

Expected Behavior:

The indentation should be consistent to avoid YAML parsing errors.

Actual Behavior:

The current indentation causes an error when loading the configuration.

Suggested Fix:

Correct the indentation in the following section: image

kenis1108 avatar Sep 13 '24 11:09 kenis1108