comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/.editorconfig @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 trim_trailing_whitespace = true
7 insert_final_newline = true
8
9 [*.{c,h,m,cpp,hpp,mm,glsl,frag,vert}]
10 indent_style = space
11 indent_size = 2
12
13 [*.py]
14 indent_style = space
15 indent_size = 4
16
17 [doc/**.{html,xml,css}]
18 indent_style = space
19 indent_size = 2