Add .editorconfig; reformat project

This commit is contained in:
Vendicated
2022-09-16 22:59:34 +02:00
parent 5f62d2d3ec
commit 71a60a0359
29 changed files with 42 additions and 28 deletions

View File

@ -68,4 +68,4 @@ export default class ErrorBoundary extends React.Component<React.PropsWithChildr
</Card>
);
}
}
}

View File

@ -115,4 +115,4 @@ export default ErrorBoundary.wrap(function Settings(props) {
}
</Forms.FormSection >
);
});
});

View File

@ -1 +1 @@
export { default as Settings } from "./Settings";
export { default as Settings } from "./Settings";