ucan-lab / blog

1 stars 1 forks source link

.editorconfig #4

Closed ucan-lab closed 6 years ago

ucan-lab commented 6 years ago

.editorconfig

root = true

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