aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/.dir-locals.el1
-rw-r--r--static/ts/components.ts2
2 files changed, 1 insertions, 2 deletions
diff --git a/static/.dir-locals.el b/static/.dir-locals.el
new file mode 100644
index 00000000..143b6bbc
--- /dev/null
+++ b/static/.dir-locals.el
@@ -0,0 +1 @@
+((nil . ((typescript-indent-level . 4))))
diff --git a/static/ts/components.ts b/static/ts/components.ts
index e5fabba6..132a9e29 100644
--- a/static/ts/components.ts
+++ b/static/ts/components.ts
@@ -14,8 +14,6 @@ import { DateJump } from './components/date-jump'
export { initialize_components }
function initialize_components() {
-
-
/* These MUST be created AFTER vcal_objcets and event_calendar_mapping are
inistialized, since their constructors assume that that piece of global
state is available */