mirror of
https://github.com/boostorg/gil.git
synced 2026-01-19 04:12:11 +00:00
30 lines
607 B
INI
30 lines
607 B
INI
# EditorConfig is awesome: http://EditorConfig.org
|
|
#
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{CMakeLists.txt,CMakeSettings.json,*.cmake}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{.travis.yml,.appveyor.yml,Vagrantfile}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.rst]
|
|
indent_size = 4
|
|
indent_style = space
|
|
max_line_length = 80
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|