Fix an issue where builds with no initiator failed to render in build plans
[phabricator/blender.git] / .editorconfig
blobfa17fc29f418c401ccf2fd90658ea9ece3a0f79d
1 ; http://editorconfig.org/
3 [*]
4 indent_style = space
5 indent_size = 2
6 end_of_line = lf
7 charset = utf-8
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10 max_line_length = 80
12 [.arclint]
13 max_line_length =
15 [resources/sql/**.sql]
16 max_line_length =
18 [scripts/install/install_*.sh]
19 max_line_length =
21 [src/applications/differential/parser/__tests__/data/*.diff]
22 trim_trailing_whitespace = false
24 [src/applications/differential/parser/__tests__/messages/long-title.txt]
25 max_line_length =
27 [src/applications/diffusion/ssh/__tests__/hgwiredata/*.txt]
28 max_line_length =
30 [externals/**]
31 indent_style =
32 indent_size =
33 trim_trailing_whitespace = false
34 insert_final_newline = false