0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00
ghost/.editorconfig

24 lines
312 B
INI
Raw Normal View History

2015-05-05 18:54:23 -05:00
# 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}.json]
2015-05-05 18:54:23 -05:00
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_size = 2