Skip to content

Commit

Permalink
editorconfig: Set indent_size for BUCK files to 4 (facebook#21554)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
empyrical authored and facebook-github-bot committed Oct 9, 2018
1 parent 1031872 commit f187a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ indent_size = 2

[*.gradle]
indent_size = 4

[BUCK]
indent_size = 4

0 comments on commit f187a30

Please sign in to comment.