Add convenience editorconfig that applies Boost style.

This commit is contained in:
René Ferdinand Rivera Morell 2024-04-24 13:34:53 -05:00 committed by GitHub
parent 412cfd4d96
commit 97a7efa4f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# Copyright 2024 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
tab_width = 4
trim_trailing_whitespace = true
[*.yml]
indent_size = 2