Minor
This commit is contained in:
parent
1e4fb6d2e1
commit
ff44f2296d
@ -1,12 +1,19 @@
|
||||
# EditorConfig is awesome: https://EditorConfig.org
|
||||
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
end_of_line = lf
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{cjs, js, ts, py, json, yml, css, html, vue}]
|
||||
indent_size = 2
|
||||
max_line_length = 120
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{md, txt}]
|
||||
indent_size = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
@ -1,4 +1,3 @@
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
ldap:
|
||||
@ -9,7 +8,7 @@ services:
|
||||
interval: 30s
|
||||
retries: 2
|
||||
timeout: 2s
|
||||
|
||||
|
||||
ldap-ui:
|
||||
image: dnknth/ldap-ui
|
||||
ports:
|
||||
|
BIN
package-lock.json
generated
BIN
package-lock.json
generated
Binary file not shown.
@ -1,5 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
function unique(element: unknown, index: number, array: Array<unknown>): boolean {
|
||||
return array.indexOf(element) == index;
|
||||
}
|
||||
|
@ -1,5 +1,3 @@
|
||||
"use strict";
|
||||
|
||||
// See: https://stackoverflow.com/questions/30008114/how-do-i-promisify-native-xhr#30008115
|
||||
|
||||
export type BagOfStrings = {
|
||||
|
Loading…
Reference in New Issue
Block a user