Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ indent_style = tab
[{fonts,stagit,migration,pubkeys}/**]
insert_final_newline = false
trim_trailing_whitespace = false

# Binary and hashed image/icon assets anywhere in the tree: an editor save
# must never alter their bytes — content-hashed filenames break otherwise
# (favicon.<hash>.svg legitimately lacks a final newline).
[*.{png,webp,svg,ico,woff2}]
insert_final_newline = false
trim_trailing_whitespace = false