2016-08-30 21:02:18 +01:00
|
|
|
# To use this config on you editor, follow the instructions at:
|
|
|
|
# http://editorconfig.org
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
insert_final_newline = true
|
2016-12-27 09:00:14 -08:00
|
|
|
tab_width = 8
|
2016-08-30 21:02:18 +01:00
|
|
|
|
|
|
|
[*.{c,h,cpp,hpp,cc,hh}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|
2019-01-07 15:49:00 +02:00
|
|
|
max_line_length = 78
|
2016-08-30 21:02:18 +01:00
|
|
|
|
|
|
|
[{Makefile*,*.mk}]
|
|
|
|
indent_style = tab
|
|
|
|
|
2022-05-31 07:15:37 +02:00
|
|
|
[*.py]
|
2016-08-30 21:02:18 +01:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
2021-06-22 11:02:37 -05:00
|
|
|
[*.rst]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|
|
|
|
|
2016-08-30 21:02:18 +01:00
|
|
|
[*.patch]
|
|
|
|
trim_trailing_whitespace = false
|
2017-09-30 08:47:24 -07:00
|
|
|
|
2019-05-23 10:21:05 -07:00
|
|
|
[{meson.build,meson_options.txt}]
|
2017-09-30 08:47:24 -07:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2022-06-09 02:05:16 +08:00
|
|
|
|
|
|
|
|
|
|
|
[*.ps1]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|