view DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/.editorconfig @ 8:923377f8ebcb

immposiblerush-0.230919-0_ALLDISTRIBUTIONS
author prymula <prymula76@outlook.com>
date Sat, 03 Feb 2024 18:23:04 +0100
parents 84e66ea83026
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{c,h,m,cpp,hpp,mm,glsl,frag,vert}]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4

[doc/**.{html,xml,css}]
indent_style = space
indent_size = 2