mirror of
https://github.com/boostorg/build.git
synced 2026-01-24 05:42:12 +00:00
34 lines
520 B
INI
34 lines
520 B
INI
# Copyright 2018 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 = tab
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.clang-format]
|
|
indent_size = 1
|
|
indent_style = space
|
|
|
|
[*.jam]
|
|
indent_style = space
|
|
|
|
[*.sh]
|
|
indent_style = space
|
|
|
|
[.clangd]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.py]
|
|
indent_style = space
|