« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/data')
-rw-r--r--src/data/cacheable-object.js2
-rw-r--r--src/data/patches.js2
-rw-r--r--src/data/serialize.js2
-rw-r--r--src/data/things.js2
-rw-r--r--src/data/validators.js2
-rw-r--r--src/data/yaml.js2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/data/cacheable-object.js b/src/data/cacheable-object.js
index 76efbd8..4728193 100644
--- a/src/data/cacheable-object.js
+++ b/src/data/cacheable-object.js
@@ -1,3 +1,5 @@
+// @format
+//
 // Generally extendable class for caching properties and handling dependencies,
 // with a few key properties:
 //
diff --git a/src/data/patches.js b/src/data/patches.js
index 0ff56ad..937fb09 100644
--- a/src/data/patches.js
+++ b/src/data/patches.js
@@ -1,3 +1,5 @@
+// @format
+//
 // --> Patch
 
 export class Patch {
diff --git a/src/data/serialize.js b/src/data/serialize.js
index fc84d1e..13b20e1 100644
--- a/src/data/serialize.js
+++ b/src/data/serialize.js
@@ -1,3 +1,5 @@
+// @format
+//
 // serialize-util.js: simple interface and utility functions for converting
 // Things into a directly serializeable format
 
diff --git a/src/data/things.js b/src/data/things.js
index 62c0141..c86add3 100644
--- a/src/data/things.js
+++ b/src/data/things.js
@@ -1,3 +1,5 @@
+// @format
+//
 // things.js: class definitions for various object types used across the wiki,
 // most of which correspond to an output page, such as Track, Album, Artist
 
diff --git a/src/data/validators.js b/src/data/validators.js
index 714dc3a..eab2689 100644
--- a/src/data/validators.js
+++ b/src/data/validators.js
@@ -1,3 +1,5 @@
+// @format
+
 import { withAggregate } from "../util/sugar.js";
 
 import { color, ENABLE_COLOR, decorateTime } from "../util/cli.js";
diff --git a/src/data/yaml.js b/src/data/yaml.js
index cfbb985..5058bb3 100644
--- a/src/data/yaml.js
+++ b/src/data/yaml.js
@@ -1,3 +1,5 @@
+// @format
+//
 // yaml.js - specification for HSMusic YAML data file format and utilities for
 // loading and processing YAML files and documents