-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.nls.json
More file actions
11 lines (11 loc) · 1.2 KB
/
Copy pathpackage.nls.json
File metadata and controls
11 lines (11 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
{
"filenamePattern.description": "Configure regular expression that matched files will be processed.",
"lineLimit.description": "The number of lines from head (if plus) or tail (if minus) of file that will be processed.",
"birthTimeStart.description": "Configure regular expression that following of matched part will be treated as birth time field.",
"birthTimeEnd.description": "Configure regular expression that preceding of matched part will be treated as birth time field.",
"modifiedTimeStart.description": "Configure regular expression that following of matched part will be treated as modified time field.",
"modifiedTimeEnd.description": "Configure regular expression that preceding of matched part will be treated as modified time field.",
"luxonFormat.description": "Luxon format string for birth time and modified time. See: https://moment.github.io/luxon/#/formatting?id=table-of-tokens",
"luxonTimezone.description": "Luxon timezone string for birth time and modified time. See: https://moment.github.io/luxon/#/zones?id=specifying-a-zone",
"momentFormat.description": "Moment format string for birth time and modified time. This is not used if Luxon settings are set."
}