Add .editorconfig

master
Drew DeVault 6 years ago
parent 9695cc5663
commit 55056947a7
  1. 9
      .editorconfig

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
end_of_line = lf
[*.{c,h}]
indent_style = tab
indent_size = 4
Loading…
Cancel
Save