2016-05-24 15:19:48 +01:00
|
|
|
# editorconfig.org
|
|
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
indent_style = space
|
2025-09-17 10:09:25 +01:00
|
|
|
indent_size = 2
|
2016-05-24 15:19:48 +01:00
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
2025-09-17 10:09:25 +01:00
|
|
|
[*.{yaml,yml}]
|
2023-10-24 22:46:49 +01:00
|
|
|
max_line_length = 150
|
2016-09-22 01:51:44 +01:00
|
|
|
|
2016-05-24 15:19:48 +01:00
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
2025-09-17 10:09:25 +01:00
|
|
|
max_line_length = off
|
|
|
|
|
|
|
|
|
|
[*.py]
|
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
|
|
[*.go]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
tab_width = 8
|
2017-10-08 12:56:28 +01:00
|
|
|
|
2025-09-17 10:09:25 +01:00
|
|
|
[{**/layouts/_shortcodes/*.html, **/layouts/_markup/*.html}]
|
2017-10-08 12:56:28 +01:00
|
|
|
insert_final_newline = false
|