mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
2a2b47326c
Summary: Ref T5105. This is a proof-of-concept for D11458. Test Plan: `arc lint --everything` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T5105 Differential Revision: https://secure.phabricator.com/D11642
34 lines
678 B
INI
34 lines
678 B
INI
; http://editorconfig.org/
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
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 =
|
|
|
|
[externals/**]
|
|
indent_style =
|
|
indent_size =
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|