Skip to content

Commit 77c3ea9

Browse files
empyricalfacebook-github-bot
authored andcommitted
editorconfig: Set indent_size for BUCK files to 4 (facebook#21554)
Summary: The `BUCK` build files' indentation are 4 spaces large. This PR adds a small modification to `.editorconfig` to reflect that. Especially important for them, because an improperly indented line would be a syntax error. Pull Request resolved: facebook#21554 Differential Revision: D10247954 Pulled By: TheSavior fbshipit-source-id: 98596a563e9f8c36060cd8aa702757eff230c4c3
1 parent 0921ced commit 77c3ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ indent_size = 2
1212

1313
[*.gradle]
1414
indent_size = 4
15+
16+
[BUCK]
17+
indent_size = 4

0 commit comments

Comments
 (0)