[REF] website_sale_aplicoop: Mejorar legibilidad del XML (reformatear con mejor indentación)
This commit is contained in:
parent
67215f7684
commit
4a668b3240
2 changed files with 431 additions and 934 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue