aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
AgeCommit message (Collapse)Author
2023-04-10editorconfig: only apply to .c and .h files (#433)NRK
otherwise, it ends up applying to the manpage and git commit messages too. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/433 Reviewed-by: eylles <eylles@noreply.codeberg.org> Reviewed-by: explosion-mental <explosion-mental@noreply.codeberg.org>
2023-03-11etc changes related to code-style docsNRK
* Add a "Code Style" section in CONTRIBUTING * Move .clang-format to etc/ * Add a short comment on clang-format and editorconfig file
2021-09-16add an editorconfig file, closes #25eylles