Commit graph

4 commits

Author SHA1 Message Date
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
Johannes Loher
2d647094f7 Use REUSE to specify licensing info 2021-06-26 22:02:00 +02:00
Johannes Loher
d163fd27fe switch to using TypeScript 2020-12-23 16:52:20 +01:00
Johannes Loher
91694af3e9 initial commit 2020-10-29 16:18:38 +01:00