Ghost_Ruby_Theme/.editorconfig

11 lines
156 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = false
trim_trailing_whitespace = true
[*.yaml]
indent_size = 2