[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
|
# Keep tags more compact - don't break every attribute
|
||||||
overrides:
|
overrides:
|
||||||
# Disable prettier for XML files - manual formatting preferred
|
# XML files with improved readability
|
||||||
# - files: "*.xml"
|
- files: "*.xml"
|
||||||
# options:
|
options:
|
||||||
# printWidth: 120
|
printWidth: 100
|
||||||
# xmlWhitespaceSensitivity: "strict"
|
xmlWhitespaceSensitivity: "ignore"
|
||||||
# singleAttributePerLine: false
|
singleAttributePerLine: true
|
||||||
# bracketSameLine: true
|
bracketSameLine: false
|
||||||
|
|
||||||
- files: "*.py"
|
- files: "*.py"
|
||||||
options:
|
options:
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue