Browse Source

Adding .editorconfig file.

pull/897/head
Ændrew Rininsland 10 years ago
parent
commit
354765869f
  1. 10
      .editorconfig

10
.editorconfig

@ -0,0 +1,10 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Loading…
Cancel
Save