style: replace em dashes with colons; add .editorconfig

This commit is contained in:
Aric Camarata 2026-03-08 17:28:08 -04:00
parent 6217aefd61
commit 4fd7de4020
2 changed files with 16 additions and 2 deletions

14
.editorconfig Normal file
View file

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{dart,yaml,yml,json,md}]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab

View file

@ -16,5 +16,5 @@ print('Isha: ${formatTime(times.isha)}');
## Pages
- [API Reference](API-Reference) Full function and type reference
- [Dynamic Angle Algorithm](Dynamic-Algorithm) Physics-grounded twilight angle computation
- [API Reference](API-Reference): Full function and type reference
- [Dynamic Angle Algorithm](Dynamic-Algorithm): Physics-grounded twilight angle computation