# 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