aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/.editorconfig
blob: e650786bce2df85e94c25b6661a4325031a85690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[*]
end_of_line = lf
insert_final_newline = true

[*.{cpp,h}]
indent_style = space
indet_size = 4

[{*.rb,makeplugin}]
indent_style = space
indent_size = 2