docs: jj-vcs.github.io -> jj-vcs.dev 5b3aa511 parent 0563f4f5

As a follow-up to #8115, this moves all references in the codebase to use the new website. I didn't update the older CHANGELOG entries because I figured they're intended to be immutable.

authored by Steve Klabnik

1
root = true
2
3
[*]
4
end_of_line = lf
5
insert_final_newline = true
6
trim_trailing_whitespace = true
7
8
[*.rs]
9
indent_style = space
10
indent_size = 4
11
# Turned off because some editors otherwise remove trailing spaces within
12
# multi-line string literals (intellij-rust/intellij-rust#5368).
13
trim_trailing_whitespace = false
14