Skip to content

Commit

Permalink
format: add .editorconfig file
Browse files Browse the repository at this point in the history
All text files now have a LF line separator.
  • Loading branch information
gdrouet authored and gdrouet committed May 17, 2017
1 parent f4805d8 commit 5b260ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[*.{js,java,css,txt,xml,md,json}]
indent_style = space
indent_size = 4

[{.travis.yml}]
indent_style = space
indent_size = 2

0 comments on commit 5b260ba

Please sign in to comment.