mirror of
https://github.com/boostorg/boost.git
synced 2025-04-19 03:33:53 +00:00
Add convenience editorconfig that applies Boost style.
This commit is contained in:
parent
412cfd4d96
commit
97a7efa4f4
1 changed files with 15 additions and 0 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal 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
|
Loading…
Add table
Reference in a new issue