Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
d7d1efc887b9076c0cb217c8af9a98f0e673c463
advligorts
reformat_files
Find file
Normal view
Permalink
reformat_files
69 B
Newer
Older
Adding a proposed clang-format style to the repository, along with a helper...
Jonathan Hanks
committed
5 years ago
1
2
3
4
#!/bin/bash
echo
"Reformatting
$@
"
clang-format
-i
-style
=
"file"
$@