Skip to content

Commit

Permalink
Add .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
paraboul committed Apr 18, 2017
1 parent e893ae0 commit 5497256
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
root = true

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


[{src,tests}/**.js]
indent_style = space
indent_size = 4

[{src,tests}/**.{h,cpp}]
indent_style = space
indent_size = 4

[{tools,third-party,gyp,resources,patch}/**]
indent_style = ignore
indent_size = ignore
end_of_line = ignore
trim_trailing_whitespace = ignore
charset = ignore

0 comments on commit 5497256

Please sign in to comment.