jniemann66 / ReSampler

High quality command-line audio sample rate converter
GNU Lesser General Public License v2.1
162 stars 26 forks source link

correct ReSampler.cpp #15

Closed mgood7123 closed 5 years ago

mgood7123 commented 5 years ago

revert https://github.com/jniemann66/ReSampler/pull/14

mgood7123 commented 5 years ago

.editorconfig contradicts current ReSampler.cpp indentation


# matches C++ files (4 spaces indent)

[*.{c,cpp,h}]

charset = utf-8

indent_style = space

indent_size = 4

trim_trailing_whitespace = true