Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jan 8, 2017
1 parent e9332a8 commit 0183be7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf

[*.ts]
max_line_length = 100
2 changes: 1 addition & 1 deletion src/windowsPtyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ function repeatText(text: string, count: number): string {
result += text;
}
return result;
}
}

0 comments on commit 0183be7

Please sign in to comment.