Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit 0183be7

Browse files
committed
Add editorconfig
1 parent e9332a8 commit 0183be7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.editorconfig

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

src/windowsPtyAgent.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ function repeatText(text: string, count: number): string {
115115
result += text;
116116
}
117117
return result;
118-
}
118+
}

0 commit comments

Comments
 (0)