Browse Source

Merge pull request #83 from KOLANICH/editorconfig

Added .editorconfig
pull/84/head
ValdikSS 7 years ago
committed by GitHub
parent
commit
3bd92d67ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .editorconfig

8
.editorconfig

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