File: astylerc

package info (click to toggle)
pdal 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 229,252 kB
  • sloc: cpp: 489,801; python: 5,398; xml: 2,382; sh: 827; makefile: 628; javascript: 397; sql: 26; perl: 19
file content (25 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# usage (for a single file):
#  AStyle.exe --options=astylerc include/pdal/Bounds.hpp
#
# usage (for directories):
#  AStyle.exe --options=astylerc --recursive "include/*.hpp" "src/*.cpp"

--style=ansi

--indent=spaces=4

--convert-tabs

--lineend=linux

--suffix=none

--unpad-paren

--indent-switches

--indent-cases

--indent-labels

--pad-header