Skip to content

Commit

Permalink
Task and linter update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Norman committed Sep 17, 2018
1 parent aa3f781 commit e8cef07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions enviDoitsAsTasks/xtbufferzone.task
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"required": true,
"description": "Specify the output data type.",
"choice_list": {
"Integer": 0,
"Floating Point": 1
"int": 0,
"float": 1
},
"fold_case": true,
"default": "Integer"
"default": "int"
},
{
"name": "MAXIMUM_DISTANCE",
Expand Down
2 changes: 1 addition & 1 deletion idl.lint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"syntax": {
"indent": [
true,
"spaces"
2
],
"whitespace": [
true,
Expand Down

0 comments on commit e8cef07

Please sign in to comment.