2012-11-03 08:15:13 +01:00
|
|
|
; http://editorconfig.org/
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2015-02-11 21:00:12 +01:00
|
|
|
end_of_line = lf
|
2012-11-03 08:15:13 +01:00
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
2015-02-11 21:00:12 +01:00
|
|
|
max_line_length = 80
|
|
|
|
|
|
|
|
[.arclint]
|
|
|
|
max_line_length =
|
|
|
|
|
|
|
|
[resources/sql/**.sql]
|
|
|
|
max_line_length =
|
|
|
|
|
|
|
|
[scripts/install/install_*.sh]
|
|
|
|
max_line_length =
|
|
|
|
|
|
|
|
[src/applications/differential/parser/__tests__/data/*.diff]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
|
|
[src/applications/differential/parser/__tests__/messages/long-title.txt]
|
|
|
|
max_line_length =
|
|
|
|
|
|
|
|
[src/applications/diffusion/ssh/__tests__/hgwiredata/*.txt]
|
|
|
|
max_line_length =
|
2012-11-03 08:15:13 +01:00
|
|
|
|
|
|
|
[externals/**]
|
|
|
|
indent_style =
|
|
|
|
indent_size =
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
insert_final_newline = false
|