-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/unbind-keybinds
- Loading branch information
Showing
320 changed files
with
17,729 additions
and
5,817 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Auto detect text files and perform normalization | ||
* text=auto | ||
|
||
*.rs text diff=rust | ||
*.toml text diff=toml | ||
|
||
*.scm text diff=scheme | ||
*.md text diff=markdown | ||
|
||
book/theme/highlight.js linguist-vendored | ||
Cargo.lock text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Enhancement | ||
about: Suggest an improvement | ||
title: '' | ||
labels: C-enhancement | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Your enhancement may already be reported! | ||
Please search on the issue tracker before creating a new issue. | ||
If this is an idea for a feature, please open an "Idea" Discussion instead. | ||
--> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ jobs: | |
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} | ||
|
||
- name: Build nix flake | ||
run: nix build | ||
run: nix build -L |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[toolchain] | ||
channel = "1.57.0" | ||
channel = "1.61.0" | ||
components = ["rustfmt", "rust-src"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Things that we don't want ripgrep to search that we do want in git | ||
# https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#automatic-filtering | ||
|
||
# Minified JS vendored from mdbook | ||
book/theme/highlight.js |
Oops, something went wrong.