summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/files/details.toml3
-rw-r--r--assets/files/informations.toml11
-rw-r--r--assets/files/toml-types.toml (renamed from assets/files/toml_types.toml)2
-rw-r--r--assets/files/yaml-types.yaml (renamed from assets/files/yamltypes.yaml)0
4 files changed, 4 insertions, 12 deletions
diff --git a/assets/files/details.toml b/assets/files/details.toml
new file mode 100644
index 00000000..56cf166d
--- /dev/null
+++ b/assets/files/details.toml
@@ -0,0 +1,3 @@
+title = "Secret project"
+version = 2
+authors = ["Mr Robert", "Miss Enola"]
diff --git a/assets/files/informations.toml b/assets/files/informations.toml
deleted file mode 100644
index f6e3b5fb..00000000
--- a/assets/files/informations.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-authors = ["Mr Robert", "Miss Enola", "Mr Jonathan"]
-version = "1.0.3"
-
-series = [
- { name = "attack on titan", fans = 500},
- { name = "demon slayer", fans = 10}
-]
-
-[informations]
-location = "room A204"
-pages = 47 \ No newline at end of file
diff --git a/assets/files/toml_types.toml b/assets/files/toml-types.toml
index 08f1118d..93feead8 100644
--- a/assets/files/toml_types.toml
+++ b/assets/files/toml-types.toml
@@ -8,4 +8,4 @@ inline_table = { first = "amazing", second = "greater" }
[table]
element = 5
-others = [false, "indeed", 7] \ No newline at end of file
+others = [false, "indeed", 7]
diff --git a/assets/files/yamltypes.yaml b/assets/files/yaml-types.yaml
index eb759777..eb759777 100644
--- a/assets/files/yamltypes.yaml
+++ b/assets/files/yaml-types.yaml