2016-08-30 20:02:18 +00: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 17:00:14 +00:00
|
|
|
tab_width = 8
|
2016-08-30 20:02:18 +00:00
|
|
|
|
|
|
|
[*.{c,h,cpp,hpp,cc,hh}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|
2019-01-07 13:49:00 +00:00
|
|
|
max_line_length = 78
|
2016-08-30 20:02:18 +00:00
|
|
|
|
|
|
|
[{Makefile*,*.mk}]
|
|
|
|
indent_style = tab
|
|
|
|
|
2022-05-31 05:15:37 +00:00
|
|
|
[*.py]
|
2016-08-30 20:02:18 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
|
2021-06-22 16:02:37 +00:00
|
|
|
[*.rst]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 3
|
|
|
|
|
2016-08-30 20:02:18 +00:00
|
|
|
[*.patch]
|
|
|
|
trim_trailing_whitespace = false
|
2017-09-30 15:47:24 +00:00
|
|
|
|
2019-05-23 17:21:05 +00:00
|
|
|
[{meson.build,meson_options.txt}]
|
2017-09-30 15:47:24 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2022-06-08 18:05:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
[*.ps1]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|