From 354a39e46706332a34c6a0ea9b73f5cae11b2562 Mon Sep 17 00:00:00 2001 From: empyrical Date: Sun, 7 Oct 2018 21:44:11 -0600 Subject: [PATCH] editorconfig: Set indent_size for BUCK files to 4 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4cde30709106..dadac3a2b6d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ indent_size = 2 [*.gradle] indent_size = 4 + +[BUCK] +indent_size = 4