mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Merge 05e8fa3a6e
into 8d41a531c7
This commit is contained in:
commit
9a0803764a
1 changed files with 15 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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)
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
tab_width = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
Loading…
Add table
Reference in a new issue