[REF] website_sale_aplicoop: Mejorar legibilidad del XML (reformatear con mejor indentación)

This commit is contained in:
snt 2026-02-26 14:59:34 +01:00
parent 67215f7684
commit 4a668b3240
2 changed files with 431 additions and 934 deletions

View file

@ -12,13 +12,13 @@ useTabs: false
# Keep tags more compact - don't break every attribute
overrides:
# Disable prettier for XML files - manual formatting preferred
# - files: "*.xml"
# options:
# printWidth: 120
# xmlWhitespaceSensitivity: "strict"
# singleAttributePerLine: false
# bracketSameLine: true
# XML files with improved readability
- files: "*.xml"
options:
printWidth: 100
xmlWhitespaceSensitivity: "ignore"
singleAttributePerLine: true
bracketSameLine: false
- files: "*.py"
options:

File diff suppressed because it is too large Load diff