summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/src/uncrustify_limits.h
blob: 098f8a9c1c5fbacc91a58da9fca280c8ad314652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
namespace uncrustify
{

namespace limits
{

static constexpr int MAX_OPTION_NAME_LEN = 32;
static constexpr int AL_SIZE             = 8000;

} // namespace limits

} // namespace uncrustify