0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Add editorconfig

This commit is contained in:
Jason Williams 2015-05-05 23:54:23 +00:00
parent d3feda719a
commit 0741df4736
3 changed files with 127 additions and 100 deletions

26
.editorconfig Normal file
View file

@ -0,0 +1,26 @@
# 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
[{package,bower}.json]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
[Makefile]
indent_style = tab

View file

@ -31,3 +31,4 @@ SECURITY.md
*.html *.html
!core/server/email-templates/** !core/server/email-templates/**
bower_components/** bower_components/**
.editorconfig