diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-08-21 14:27:41 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-21 22:13:03 +0200 |
| commit | ad88144923d76dfc421f0b22a0b4e670b3f6366e (patch) | |
| tree | d1721cfc33dd76a0eb13c0c00f8a3320f7652863 /.editorconfig | |
| parent | a832ea376e360f3029036a9570c244fb9080e91f (diff) | |
perf(sim/flow): Add support for multi-flow stages
This change adds support for creating nodes in a flow graph that support
multiple inputs and outputs directly, instead of our current approach
where we need to re-implement the `FlowConsumerContext` interface in
order to support multiple inputs or outputs.
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index fcb56876..6c3dd3b4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,6 +21,7 @@ indent_size = 2 [*.java] ij_java_packages_to_use_import_on_demand = unset +ij_java_class_count_to_use_import_on_demand = 2147483647 # ktlint [*.{kt, kts}] |
