mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
ab3a7cb21f
Summary: In preparation for merging fb-mercurial sources to the Eden repository, move everything from the top-level directory into an `eden/scm` subdirectory.
14 lines
222 B
INI
14 lines
222 B
INI
# See http://EditorConfig.org for the specification
|
|
|
|
root = true
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c,h}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|