fix grist
Some checks failed
Lint / lint (push) Failing after 2m1s
Plex Update / update (push) Successful in 5m0s

This commit is contained in:
Vivian 2023-12-04 11:03:32 +01:00
parent ca572f9fe6
commit 3fec226785
3 changed files with 15 additions and 10 deletions

View file

@ -24,6 +24,9 @@ in {
"rust-analyzer.checkOnSave.command" = "clippy";
"debug.allowBreakpointsEverywhere" = true;
"C_Cpp.clang_format_fallbackStyle" = "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}";
"crates.compatibleDecorator" = "";
"crates.errorDecorator" = "";
"crates.incompatibleDecorator" = "🛇";
# Don't index unecessary things
"files.exclude" = {
"**/.vscode" = true;
@ -64,6 +67,7 @@ in {
xaver.clang-format
sumneko.lua
davidlday.languagetool-linter
serayuzgur.crates
];
};