Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/model/config-example.config')
-rw-r--r--plugins/org.eclipse.etrice.doc/model/config-example.config46
1 files changed, 23 insertions, 23 deletions
diff --git a/plugins/org.eclipse.etrice.doc/model/config-example.config b/plugins/org.eclipse.etrice.doc/model/config-example.config
index a4f4c27c8..510f12fc6 100644
--- a/plugins/org.eclipse.etrice.doc/model/config-example.config
+++ b/plugins/org.eclipse.etrice.doc/model/config-example.config
@@ -1,24 +1,24 @@
-ConfigModel test {
-
- import test.* from "room-example.room"
-
- ActorClassConfig ActA {
- Attr val = 1
- }
-
- ActorClassConfig ActB {
- Attr val = 2
- }
-
- ActorInstanceConfig Main/subA/actA {
- Attr val = 12
- }
-
- ActorInstanceConfig Main/subA/actB {
- Attr val = 13
- }
-
- ActorInstanceConfig Main/subA/actA/actB2 {
- Attr val = 14
- }
+ConfigModel test {
+
+ import test.* from "room-example.room"
+
+ ActorClassConfig ActA {
+ Attr val = 1
+ }
+
+ ActorClassConfig ActB {
+ Attr val = 2
+ }
+
+ ActorInstanceConfig Main/subA/actA {
+ Attr val = 12
+ }
+
+ ActorInstanceConfig Main/subA/actB {
+ Attr val = 13
+ }
+
+ ActorInstanceConfig Main/subA/actA/actB2 {
+ Attr val = 14
+ }
} \ No newline at end of file

Back to the top