xref: /plugin/bpmnio/.editorconfig (revision fc2e1131dcb3f4c5ea64a990c067962d4b3342c1)
1root = true
2
3[*]
4indent_style = space
5indent_size = 4
6end_of_line = lf
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10