FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cppcheck/runastyle.bat at master · rockefys/cppcheck · GitHub
rockefys
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cppcheck
/
runastyle.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 728 Bytes
Breadcrumbs
cppcheck
/
runastyle.bat
Copy path
File metadata and controls
20 lines (16 loc) · 728 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
REM
A script to run Astyle for the sources
SET
STYLE
=
--style=stroustrup --indent=spaces=
4
--indent-namespaces --lineend=linux --min-conditional-indent=
0
SET
OPTIONS
=
--pad-header --unpad-paren --suffix=none --convert-tabs
astyle
%STYLE%
%OPTIONS%
cli/*.cpp
astyle
%STYLE%
%OPTIONS%
cli/*.h
astyle
%STYLE%
%OPTIONS%
gui/*.cpp
astyle
%STYLE%
%OPTIONS%
gui/*.h
astyle
%STYLE%
%OPTIONS%
-r gui/test/*.cpp
astyle
%STYLE%
%OPTIONS%
-r gui/test/*.h
astyle
%STYLE%
%OPTIONS%
lib/*.cpp
astyle
%STYLE%
%OPTIONS%
lib/*.h
astyle
%STYLE%
%OPTIONS%
test/*.cpp
astyle
%STYLE%
%OPTIONS%
test/*.h
astyle
%STYLE%
%OPTIONS%
tools/*.cpp
astyle
%STYLE%
%OPTIONS%
htdocs/archive/*.c
astyle
%STYLE%
%OPTIONS%
htdocs/archive/*.h
Back
|
FazBrowse Home
|
New Git URL