We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The root folder of Deadbeef sources (git) contains .clang-format configuration file, which should help to format the code to the common style.
.clang-format
You can apply it to individual file by running the command clang-format -style=file -i file.c
clang-format -style=file -i file.c
Aside of that, please try to follow the following principles:
void my_function (void) {
int main (void)
( void )
int *value;
Frequently Asked Questions
Detailed Build Instructions
3rd party plugins
Reporting a crash using gdb
Title formatting 2.0
Windows Plugin Status
Customizing Media Library Queries
Code guidelines
Pull requests
Developing your own plugin
Encoder Command Line
GUI Script Syntax