mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 15:35:28 +02:00
chore(common-documentation): Move files
This commit is contained in:
parent
1a91942f71
commit
2433974c25
@ -2,7 +2,7 @@ package commondocumentation
|
|||||||
|
|
||||||
import docvalues "config-lsp/doc-values"
|
import docvalues "config-lsp/doc-values"
|
||||||
|
|
||||||
var CharsetsDocumentation = []docvalues.EnumString{
|
var AvailableCharsets = []docvalues.EnumString{
|
||||||
docvalues.CreateEnumStringWithDoc(
|
docvalues.CreateEnumStringWithDoc(
|
||||||
"ascii",
|
"ascii",
|
||||||
`ASCII (American Standard Code For Information Interchange) is the
|
`ASCII (American Standard Code For Information Interchange) is the
|
@ -1,6 +1,8 @@
|
|||||||
package commondocumentation
|
package commondocumentation
|
||||||
|
|
||||||
import docvalues "config-lsp/doc-values"
|
import (
|
||||||
|
docvalues "config-lsp/doc-values"
|
||||||
|
)
|
||||||
|
|
||||||
var FatDocumentationAssignable = map[docvalues.EnumString]docvalues.Value{
|
var FatDocumentationAssignable = map[docvalues.EnumString]docvalues.Value{
|
||||||
docvalues.CreateEnumStringWithDoc(
|
docvalues.CreateEnumStringWithDoc(
|
||||||
@ -104,8 +106,10 @@ var FatDocumentationAssignable = map[docvalues.EnumString]docvalues.Value{
|
|||||||
docvalues.CreateEnumStringWithDoc(
|
docvalues.CreateEnumStringWithDoc(
|
||||||
"iocharset",
|
"iocharset",
|
||||||
"Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format.",
|
"Character set to use for converting between 8 bit characters and 16 bit Unicode characters. The default is iso8859-1. Long filenames are stored on disk in Unicode format.",
|
||||||
// TODO: Use enum for charsets
|
): docvalues.EnumValue{
|
||||||
): docvalues.StringValue{},
|
EnforceValues: true,
|
||||||
|
Values: AvailableCharsets,
|
||||||
|
},
|
||||||
docvalues.CreateEnumStringWithDoc(
|
docvalues.CreateEnumStringWithDoc(
|
||||||
"nfs",
|
"nfs",
|
||||||
`Enable this only if you want to export the FAT filesystem over NFS.
|
`Enable this only if you want to export the FAT filesystem over NFS.
|
Loading…
x
Reference in New Issue
Block a user