Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[CORE] Editor Config
Browse files Browse the repository at this point in the history
Tested on Webstorm, Atom
Signed-off-by: Aditya Bhandari <adityab@vmware.com>

Signed-off-by: Aditya Bhandari <adityab@vmware.com>
  • Loading branch information
Aditya Bhandari authored and adibwoy committed May 6, 2017
1 parent af5b582 commit 6a9310c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4

# Unix-style newlines with a newline ending every file
end_of_line = lf

insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
max_line_length = 120

0 comments on commit 6a9310c

Please sign in to comment.