Skip to content

Commit e8cef07

Browse files
author
Zachary Norman
committed
Task and linter update
1 parent aa3f781 commit e8cef07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

enviDoitsAsTasks/xtbufferzone.task

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"required": true,
3636
"description": "Specify the output data type.",
3737
"choice_list": {
38-
"Integer": 0,
39-
"Floating Point": 1
38+
"int": 0,
39+
"float": 1
4040
},
4141
"fold_case": true,
42-
"default": "Integer"
42+
"default": "int"
4343
},
4444
{
4545
"name": "MAXIMUM_DISTANCE",

idl.lint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"syntax": {
44
"indent": [
55
true,
6-
"spaces"
6+
2
77
],
88
"whitespace": [
99
true,

0 commit comments

Comments
 (0)