From 97a7efa4f404e31567a8b48e55f4de7184f4b76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Wed, 24 Apr 2024 13:34:53 -0500 Subject: [PATCH 1/2] Add convenience editorconfig that applies Boost style. --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000000..205de9dd16a2 --- /dev/null +++ b/.editorconfig @@ -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 From 05e8fa3a6e06b3338a2409e08bf7f6f5c54997a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Ferdinand=20Rivera=20Morell?= Date: Sat, 20 Jul 2024 09:04:22 -0500 Subject: [PATCH 2/2] Correct copyright name. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 205de9dd16a2..f1232c4a9871 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright 2024 Rene Rivera +# Copyright 2024 René Ferdinand Rivera Morell # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE.txt or http://www.boost.org/LICENSE_1_0.txt)