Skip to content

Commit eb548f6

Browse files
committed
Merge branch 'master' of github.com:swagger-api/swagger-ui
2 parents 00d23fb + 3951c87 commit eb548f6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
indent_style = space
6+
indent_size = 2
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
[*.md]
10+
trim_trailing_whitespace = false

src/standalone/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ import StandaloneLayout from './layout'
22
import '../style/main.scss'
33

44
import TopbarPlugin from "plugins/topbar"
5-
import ConfigsPlugin from "plugins/configs"
65

76
// the Standalone preset
87

98
let preset = [
109
TopbarPlugin,
11-
ConfigsPlugin,
1210
() => {
1311
return {
1412
components: { StandaloneLayout }

0 commit comments

Comments
 (0)