Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gkeyllorg
/
gkeyll
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
107
Code
Issues
88
Pull requests
25
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Formatting for C/C++/CUDA files
- #1107
#1107
Open
manauref
wants to merge 9 commits into
agent_tools
gkeyllorg/gkeyll:agent_tools
from
agent_tools-clang_format
gkeyllorg/gkeyll:agent_tools-clang_format
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Formatting for C/C++/CUDA files
#1107
manauref
wants to merge 9 commits into
agent_tools
gkeyllorg/gkeyll:agent_tools
from
agent_tools-clang_format
gkeyllorg/gkeyll:agent_tools-clang_format
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
Add files needed for clang-format, including the agent SKILL so agents follow the format.
Show description for dfbb073
manauref
committed
dfbb073
View commit details
Copy full SHA for dfbb073
Browse repository at this point
Apply clang-format formatting across core/moments/vlasov/gk/pkpm, excluding minus/ and ker/ directories (and Lua files).
Show description for 259f8da
manauref
committed
259f8da
View commit details
Copy full SHA for 259f8da
Browse repository at this point
Move clang-format stuff to README.
manauref
committed
fd98442
View commit details
Copy full SHA for fd98442
Browse repository at this point
Place format-all.sh in ci/.
Show description for a540642
manauref
committed
a540642
View commit details
Copy full SHA for a540642
Browse repository at this point
Merge remote-tracking branch 'origin/agent_tools' into agent_tools-clang_format
Show description for ddce78f
manauref
committed
ddce78f
View commit details
Copy full SHA for ddce78f
Browse repository at this point
Summary of changes (uncommitted, ready for your review)
Show description for 8897853
manauref
committed
8897853
View commit details
Copy full SHA for 8897853
Browse repository at this point
Switch .clang-format file to use the exact Linux kernel .clang-format file from Linus Torvald's GitHub, with the only change being: A) no tabs, B) 2-space indents, C) 100-character column width.
Show description for 2956aec
manauref
committed
2956aec
View commit details
Copy full SHA for 2956aec
Browse repository at this point
Commits on Sep 8, 2026
Change clang-format option so arguments don't align with opening parenthesis/brace. As always, it's not perfect, but maybe this is better. See your favorite source file and reg test if you are curi…
Show description for 74506a1
manauref
committed
74506a1
View commit details
Copy full SHA for 74506a1
Browse repository at this point
Use BlockIndent alignment after braces, remove extra white space in struct inits, and add curly braces everywhere. This is a bit closer to what we are used to seeing already.
manauref
committed
9a75fd2
View commit details
Copy full SHA for 9a75fd2
Browse repository at this point
You can’t perform that action at this time.