Skip to content

Commit

Permalink
add charset & trim_trailing_whitespace (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGraey authored and ry committed Jan 26, 2019
1 parent 7edda96 commit 37e3239
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
root = true

[*.ts]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
trim_trailing_whitespace = true
indent_size = 2

0 comments on commit 37e3239

Please sign in to comment.