1# Copyright 2018 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5root = true
6
7[*]
8charset = utf-8
9indent_size = 4
10indent_style = space
11tab_width = 4
12trim_trailing_whitespace = true
13
14[*.yml]
15indent_size = 2
16