-
-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy path.formatter.exs
More file actions
52 lines (50 loc) · 1 KB
/
.formatter.exs
File metadata and controls
52 lines (50 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# SPDX-FileCopyrightText: 2024 ash_ai contributors <https://github.com/ash-project/ash_ai/graphs/contributors>
#
# SPDX-License-Identifier: MIT
spark_locals_without_parens = [
_meta: 1,
action_parameters: 1,
allow_nil?: 1,
argument: 2,
argument: 3,
ash_oban_trigger_name: 1,
async: 1,
attributes: 1,
constraints: 1,
csp: 1,
default: 1,
define_update_action_for_manual_strategy?: 1,
description: 1,
domain: 1,
embedding_model: 1,
full_text: 0,
full_text: 1,
html_path: 1,
identity: 1,
load: 1,
mcp_resource: 4,
mcp_resource: 5,
mcp_ui_resource: 2,
mcp_ui_resource: 3,
mime_type: 1,
name: 1,
permissions: 1,
prefers_border: 1,
resource: 1,
strategy: 1,
text: 1,
title: 1,
tool: 2,
tool: 3,
tool: 4,
ui: 1,
used_attributes: 1
]
[
locals_without_parens: spark_locals_without_parens,
import_deps: [:ash],
export: [
locals_without_parens: spark_locals_without_parens
],
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
]