Apply prettier formatting

This commit is contained in:
Michael Weimann
2022-12-12 12:24:14 +01:00
parent 1cac306093
commit 526645c791
1576 changed files with 65384 additions and 62477 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ export interface IConfigOptions {
branding?: {
welcome_background_url?: string | string[]; // chosen at random if array
auth_header_logo_url?: string;
auth_footer_links?: {text: string, url: string}[];
auth_footer_links?: { text: string; url: string }[];
};
map_style_url?: string; // for location-shared maps
@@ -163,7 +163,7 @@ export interface IConfigOptions {
enable_presence_by_hs_url?: Record<string, boolean>; // <HomeserverName, Enabled>
terms_and_conditions_links?: { url: string, text: string }[];
terms_and_conditions_links?: { url: string; text: string }[];
latex_maths_delims?: {
inline?: {