Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/okular
KDE document viewer
https://github.com/kde/okular
Last synced: 3 days ago
JSON representation
KDE document viewer
- Host: GitHub
- URL: https://github.com/kde/okular
- Owner: KDE
- Created: 2015-09-18T15:43:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T01:25:57.000Z (6 months ago)
- Last Synced: 2024-05-22T12:14:24.159Z (6 months ago)
- Language: C++
- Homepage: https://invent.kde.org/graphics/okular
- Size: 99 MB
- Stars: 777
- Watchers: 14
- Forks: 124
- Open Issues: 0
-
Metadata Files:
- Readme: README.clang-format
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
We introduced clang-format mandatory usage in July 2020.
If you want git blame to ignore the revision in which we did the mass change you can do
git config blame.ignoreRevsFile .git-blame-ignore-revs
on your cloneTo get the clang-format warnings locally instead at CI time we recommend you
to copy the hooks/pre-commit to your .git
cp hooks/pre-commit .git/hooks/We are using clang-format 16 on CI. Unfortunately clang-format is not totally
compatible with other versions of itself. If CI gives you trouble but your local
clang-format disagrees, just apply the changes suggested by CI and then commit
with the --no-verify flag. If you get stuck, don't hesitate to ask the reviewer
to help and they will reformat your commits :)