From f1c95e59a26643ffebf7059bbb12289441b12462 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sun, 8 Mar 2026 17:28:08 -0400 Subject: [PATCH] style: replace em dashes with colons; add .editorconfig --- .editorconfig | 14 ++++++++++++++ .wiki/Home.md | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bde399a --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/.wiki/Home.md b/.wiki/Home.md index 2d23a2d..a2eddda 100644 --- a/.wiki/Home.md +++ b/.wiki/Home.md @@ -17,5 +17,5 @@ print(km); // ~9634 ## Pages -- [API Reference](API-Reference) — Full function and constant reference -- [Architecture](Architecture) — Spherical trigonometry and Slerp implementation +- [API Reference](API-Reference): Full function and constant reference +- [Architecture](Architecture): Spherical trigonometry and Slerp implementation