Skip to content

Commit ddaed64

Browse files
author
ElectricImp
committed
added dg name to .impt.test, added .gitignore and .editorconfig
1 parent 8224f34 commit ddaed64

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

Diff for: .editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 4
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+
.builder-cache

Diff for: .impt.test

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"deviceGroupId": "ca83d15f-fcb8-d3c2-ff69-b0d4acb20e9b",
3+
"deviceGroupName" : "impFarm M",
34
"timeout": 180,
45
"stopOnFail": false,
56
"allowDisconnect": false,

0 commit comments

Comments
 (0)