node editor: dragging!
[zinnia.git] / .editorconfig
blobe29d5500d3a30ffa7ea58c228347a0cdb1c35afc
1 root = true
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 trim_trailing_whitespace = true
7 insert_final_newline = true
9 [*.{c,cpp,h,hpp,rs}]
10 indent_style = space
11 indent_size = 4