2016-06-17 15:00:24 +02:00
|
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
2016-10-03 15:57:08 +02:00
|
|
|
|
trim_trailing_whitespace = true
|
2016-06-17 15:00:24 +02:00
|
|
|
|
indent_style = space
|
|
|
|
|
|
2022-02-04 12:45:08 +01:00
|
|
|
|
[Makefile]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
|
2022-02-11 16:16:57 +01:00
|
|
|
|
[*.py]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
indent_size = 4
|
|
|
|
|
max_line_length = 88
|
|
|
|
|
|
|
|
|
|
[*.js]
|
2016-06-17 15:00:24 +02:00
|
|
|
|
charset = utf-8
|
|
|
|
|
|
2022-02-11 16:16:57 +01:00
|
|
|
|
[*.{html,rst,md}]
|
2016-06-17 15:00:24 +02:00
|
|
|
|
indent_size = 4
|
|
|
|
|
|
2022-02-04 12:45:08 +01:00
|
|
|
|
[*.{js,ts,tsx,json,yml,yaml,css,scss}]
|
2016-06-19 12:59:49 +02:00
|
|
|
|
indent_size = 2
|
2016-10-03 15:57:08 +02:00
|
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
trim_trailing_whitespace = false
|
2024-01-09 11:55:44 +01:00
|
|
|
|
|
|
|
|
|
# Make sure this file _doesn’t_ end with a final newline. It breaks rendering.
|
|
|
|
|
[wagtail/admin/templates/wagtailadmin/shared/icon.html]
|
|
|
|
|
insert_final_newline = false
|