Browse Source

Added EditorConfig file

master
Kenneth Bruen 3 years ago
parent
commit
56f948a90a
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 9
      .editorconfig

9
.editorconfig

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