; Copyright (c) 2013 Hartmut Kaiser
;
; SPDX-License-Identifier: BSL-1.0
; Distributed under the Boost Software License, Version 1.0. (See accompanying
; file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

; Download plugins for your favorite editor at editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
charset = latin1
trim_trailing_whitespace = true
insert_final_newline = true
