{"id":13819088,"url":"https://github.com/motine/cppstylelineup","last_synced_at":"2025-05-16T04:32:24.435Z","repository":{"id":40611815,"uuid":"51542959","full_name":"motine/cppstylelineup","owner":"motine","description":"a comparison of common C++ style guides","archived":false,"fork":false,"pushed_at":"2024-03-28T12:52:19.000Z","size":18,"stargazers_count":241,"open_issues_count":1,"forks_count":18,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-19T18:46:13.762Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-11T20:02:43.000Z","updated_at":"2024-11-18T13:09:22.000Z","dependencies_parsed_at":"2024-01-13T16:10:32.898Z","dependency_job_id":"5e66c658-f911-4fcd-a7e3-00a9bd914544","html_url":"https://github.com/motine/cppstylelineup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motine%2Fcppstylelineup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motine%2Fcppstylelineup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motine%2Fcppstylelineup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motine%2Fcppstylelineup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motine","download_url":"https://codeload.github.com/motine/cppstylelineup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254469385,"owners_count":22076492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T08:00:39.855Z","updated_at":"2025-05-16T04:32:21.639Z","avatar_url":"https://github.com/motine.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# C++ Style Guide Lineup\n\nThis is a comparison of the following coding styles:\n\n- [LLVM](http://llvm.org/docs/CodingStandards.html)\n- [Google](https://google.github.io/styleguide/cppguide.html)\n- [Chromium](http://www.chromium.org/developers/coding-style)\n- [Mozilla](https://firefox-source-docs.mozilla.org/code-quality/coding-style/coding_style_cpp.html)\n- [WebKit](https://webkit.org/code-style-guidelines/)\n- [Microsoft](https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference?view=vs-2019)\n- [GNU](https://www.gnu.org/prep/standards/standards.html)\n\nWhy those seven? Because [clang-format](http://clang.llvm.org/docs/ClangFormat.html) supports them as base styles.\n\n**This comparison only looks at formatting issues.**\n\n## Compile and format\n\n```bash\ng++ llvm.cpp -o llvm\nclang-format -i --style=LLVM llvm.cpp # style keys: LLVM, Google, Chromium, Mozilla, WebKit\n```\n\n## Contribute\n\nPlease open an issue or create a merge request  if you find a mistake.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotine%2Fcppstylelineup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmotine%2Fcppstylelineup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotine%2Fcppstylelineup/lists"}