summaryrefslogtreecommitdiffstats
path: root/.clang-format
AgeCommit message (Collapse)Author
2023-12-27Remove duplicates in the .clang-format filepgen
2023-09-11Reformatting source codepgen
2020-09-13Reformat using ReflowComments='false'pgen
2019-03-27Modify the automatic code formatting rulespgen
Do not always break the line before multiple strings
2018-03-02Try not to cut lines after assignmentspgen
2017-12-10A giant commit because a lot of things have been rewritten/enhanced/fixedv0.9.10pgen
- Bump to version 0.9.10 * The words acquisition is rewritten and splitted in multiple phases * Add the capacity to (de)select rows an columns containing regexes * -i, -e, -C and -R can be used more than once and have a cumulative effect * Bugfix: -s is able to jump to non selectable words * Bugfix: The attributes are not overloaded when reading configuration files * Bugfix: the right bar is too far right in some cases. * Bugfix: the right shift indicator is omitted in some cases * Add a -x|-X option to set a timeout in seconds * Add a -f option to select an alternative configuration file * Add a -a option to set the attributes of the displayed elements * Add more controls in the selection parser * smenu can now read words directly from a file given as parameter * Rewrite the replace function used by -S/-I/-E with a more sed-like one * Searches should always consider the visual aspect of words (-S/-I/-E)
2016-11-30Reformat and add commentspgen
Use clang-format instead of indent.