mirror of
https://github.com/acamarata/qibla-dart.git
synced 2026-07-03 12:20:40 +00:00
style: replace em dashes with colons; add .editorconfig
This commit is contained in:
parent
9341a8e6cc
commit
f1c95e59a2
2 changed files with 16 additions and 2 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal 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
|
||||||
|
|
@ -17,5 +17,5 @@ print(km); // ~9634
|
||||||
|
|
||||||
## Pages
|
## Pages
|
||||||
|
|
||||||
- [API Reference](API-Reference) — Full function and constant reference
|
- [API Reference](API-Reference): Full function and constant reference
|
||||||
- [Architecture](Architecture) — Spherical trigonometry and Slerp implementation
|
- [Architecture](Architecture): Spherical trigonometry and Slerp implementation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue