.editorconfig 214 Bytes
Newer Older
Jérome Perrin's avatar
Jérome Perrin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
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