Browse Source

Added .editorconfig

master
Chris Kankiewicz 4 years ago
parent
commit
28e3a45a0d
No known key found for this signature in database GPG Key ID: 474E915709CEB5EB
  1. 11
      .editorconfig

11
.editorconfig

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