Browse Source

feat(cs): ajout d'un fichier .editorconfig

pull/7/head
JamesRezo 1 year ago
parent
commit
f15438817c
  1. 8
      .editorconfig

8
.editorconfig

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