Skip to content

Commit

Permalink
Put the schema_version to the correct level (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Feb 12, 2024
1 parent 7e1efbe commit 60ad463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/downstream-project-cmake-test/edm4dis.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
schema_version: 2

options :
# should getters / setters be prefixed with get / set?
getSyntax: True
# should POD members be exposed with getters/setters in classes that have them as members?
exposePODMembers: False
includeSubfolder: True
schema_version: 2

datatypes:

Expand Down

0 comments on commit 60ad463

Please sign in to comment.