diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..2d959463a9bd5f302df4a870547495874325407f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true +[*.md] +trim_trailing_whitespace = false diff --git a/src/standalone/index.js b/src/standalone/index.js index 2f731b2e934f668689e09fd8761cab581e71b2b4..fbf7b19fefc79b633e757503f4a964e3df347a93 100644 --- a/src/standalone/index.js +++ b/src/standalone/index.js @@ -2,13 +2,11 @@ import StandaloneLayout from './layout' import '../style/main.scss' import TopbarPlugin from "plugins/topbar" -import ConfigsPlugin from "plugins/configs" // the Standalone preset let preset = [ TopbarPlugin, - ConfigsPlugin, () => { return { components: { StandaloneLayout }