ds4/templates/sheets
Alexander Minges e021fedcdf
style: fix code formatting inconsistencies
- Remove excessive blank lines (triple+ newlines reduced to double)
- Fix EditorConfig indent_size from 4 to 2 spaces to match Prettier
- Ensure consistent whitespace formatting across JavaScript/TypeScript files
- Clean up formatting in templates (HBS files)

Files affected:
- src/apps/actor/base-sheet.js: Remove 6 instances of triple+ blank lines
- src/apps/item-sheet.js: Remove 4 instances of triple+ blank lines
- src/apps/ruler/token-ruler.js: Remove 1 instance of triple+ blank lines
- src/hooks/hooks.ts: Remove 1 instance of triple+ blank lines
- templates/sheets/actor/*.hbs: Remove excessive blank lines
- .editorconfig: Fix indent_size to match Prettier tabWidth (2 spaces)
2025-07-28 22:18:44 +02:00
..
active-effect feat: complete migration from {{editor}} to <prose-mirror> elements 2025-07-13 15:41:54 +02:00
actor style: fix code formatting inconsistencies 2025-07-28 22:18:44 +02:00
item fix: correct effects display in item sheet template 2025-07-28 22:14:41 +02:00
shared/components fix: remove duplicate action handlers and improve template action generation 2025-07-28 21:55:06 +02:00