Skip to content

Commit

Permalink
Add the same .editorconfig as from the Ghost repository (TryGhost#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoranBrondsema authored and JohnONolan committed Sep 18, 2017
1 parent 5ec77df commit 73a1ab5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# http://editorconfig.org

root = true

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

[*.hbs]
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false
Binary file added dist/casper.zip
Binary file not shown.

0 comments on commit 73a1ab5

Please sign in to comment.