mirror of
https://github.com/acamarata/nrel-spa-dart.git
synced 2026-06-30 19:04:24 +00:00
style: replace em dashes with colons; add .editorconfig
This commit is contained in:
parent
7682efa50c
commit
110bf87b54
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
|
||||||
|
|
@ -25,5 +25,5 @@ print('Sunset: ${result.sunset.toStringAsFixed(4)} h');
|
||||||
|
|
||||||
## Pages
|
## Pages
|
||||||
|
|
||||||
- [API Reference](API-Reference) — Full function and type reference
|
- [API Reference](API-Reference): Full function and type reference
|
||||||
- [Architecture](Architecture) — Algorithm design and implementation notes
|
- [Architecture](Architecture): Algorithm design and implementation notes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue