yamlfix icon indicating copy to clipboard operation
yamlfix copied to clipboard

quoted value " replaced by ' even if quote representation set

Open Nardol opened this issue 11 months ago • 2 comments

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.

Nardol avatar Mar 17 '24 18:03 Nardol

actually having the same issue

elidhu avatar May 02 '24 13:05 elidhu

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

Nardol avatar May 02 '24 14:05 Nardol