mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
fix: apply linter
This commit is contained in:
parent
ef737e194a
commit
c463053bbf
@ -31,7 +31,7 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{
|
|||||||
"%U",
|
"%U",
|
||||||
"%u",
|
"%u",
|
||||||
},
|
},
|
||||||
"authorizedkeysfile": {
|
"authorizedkeysfile": {
|
||||||
"%%",
|
"%%",
|
||||||
"%h",
|
"%h",
|
||||||
"%U",
|
"%U",
|
||||||
@ -53,19 +53,19 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{
|
|||||||
"%U",
|
"%U",
|
||||||
"%u",
|
"%u",
|
||||||
},
|
},
|
||||||
"authorizedprincipalsfile": {
|
"authorizedprincipalsfile": {
|
||||||
"%%",
|
"%%",
|
||||||
"%h",
|
"%h",
|
||||||
"%U",
|
"%U",
|
||||||
"%u",
|
"%u",
|
||||||
},
|
},
|
||||||
"chrootdirectory": {
|
"chrootdirectory": {
|
||||||
"%%",
|
"%%",
|
||||||
"%h",
|
"%h",
|
||||||
"%U",
|
"%U",
|
||||||
"%u",
|
"%u",
|
||||||
},
|
},
|
||||||
"routingdomain": {
|
"routingdomain": {
|
||||||
"%D",
|
"%D",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user