Commit 0ff7ecce authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Ajout d'.editorconfig.

No related merge requests found
Showing with 16 additions and 0 deletions
+16 -0
.editorconfig 0 → 100644
root=true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,ts,yml,yaml,md,json}]
indent_size = 2
[Makefile]
indent_style = tab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment