Skip to content

Creating a pull request

Dave Davenport edited this page Oct 31, 2016 · 2 revisions

Code indentation

Before committing indent the code using the indent make target:

make indent

We currently use uncrustify for indenting. Regrettable it is not always stable and makes changes between versions, run indent and discard all the files not originally modified.

Speed

Rofi focuses on speed, use the [timing output](Debugging Rofi#timing-traces) to verify that the startup speed has not suffered.

Clone this wiki locally