Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quoted value " replaced by ' even if quote representation set #277

Open
Nardol opened this issue Mar 17, 2024 · 2 comments
Open

quoted value " replaced by ' even if quote representation set #277

Nardol opened this issue Mar 17, 2024 · 2 comments

Comments

@Nardol
Copy link

Nardol commented Mar 17, 2024

With the following YAML:

esphome:
  name: test-esp  # atom-bluetooth-proxy
  friendly_name: Test ESP  # Bluetooth Proxy
  # name_add_mac_suffix: true
  project:
    name: esphome.bluetooth-proxy
    version: "1.0"

version value is replaced by '1.0' even if I set the following configuration:

comments_min_spaces_from_content = 2
section_whitelines = 1
explicit_start = false
line_length = 0
quote_representation = '"'

Except if I missed something, the value should stay as it is.

@elidhu
Copy link

elidhu commented May 2, 2024

actually having the same issue

@Nardol
Copy link
Author

Nardol commented May 2, 2024

Oops, looks duplicate as #252 and unfortunately there is no solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants