Summary: Just add .editorconfig into yoga 😄 Closes https://github.com/facebook/yoga/pull/562 Differential Revision: D5144025 Pulled By: emilsjolander fbshipit-source-id: 9f28caaff276b266ac2aa514097fda6972b85f7c
12 lines
171 B
INI
12 lines
171 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|