Add .editorconfig
Summary: Just add .editorconfig into yoga 😄 Closes https://github.com/facebook/yoga/pull/562 Differential Revision: D5144025 Pulled By: emilsjolander fbshipit-source-id: 9f28caaff276b266ac2aa514097fda6972b85f7c
This commit is contained in:
committed by
Facebook Github Bot
parent
b378a685a4
commit
5a3ceffba1
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
Reference in New Issue
Block a user