aboutsummaryrefslogtreecommitdiff
path: root/rust-analyzer.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-analyzer.toml')
-rw-r--r--rust-analyzer.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/rust-analyzer.toml b/rust-analyzer.toml
new file mode 100644
index 0000000..01ed82d
--- /dev/null
+++ b/rust-analyzer.toml
@@ -0,0 +1,14 @@
+[rust-analyzer]
+check.command = "clippy"
+checkOnSave = true
+files.exclude = ["**/target/**", "**/.temp/**"]
+linkedProjects = [
+ ".run/Cargo.toml",
+ "mingling_pathf/test/Cargo.toml",
+ "arg_picker/Cargo.toml",
+ "arg_picker/test/Cargo.toml",
+ "mingling_cli/Cargo.toml"
+]
+cargo.features = []
+procMacro.enable = true
+procMacro.attributes.enable = true