Editorconfig

main
E. Almqvist 2 years ago
parent f6354c5a7d
commit 1cd7922454
  1. 12
      .editorconfig

@ -0,0 +1,12 @@
# This file is for unifying the coding style for different editors and IDEs
# See editorconfig.org
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Loading…
Cancel
Save