Browse Source

Add .editorconfig

pull/1/head
Angel Aviel Domaoan 4 years ago
parent
commit
1bee4746d3
  1. 12
      .editorconfig

12
.editorconfig

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
Loading…
Cancel
Save