Commit 94e3e752 authored by Jérome Perrin's avatar Jérome Perrin

add a .editorconfig

So that we all edit files in a consistent style
parent 31f62beb
root = true
[*.{cfg,in,md,json}]
end_of_line = lf
charset = utf-8
insert_final_newline = true
[**.json]
indent_style = space
indent_size = 2
# business templates metadata
[**/bt/**]
insert_final_newline = false
Markdown is supported
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