X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.editorconfig;h=26e3a39cfb353a2c80e767d6495109d90a3f94c5;hb=e717dcaa09143615ae0b46bf625621f67a7b55ce;hp=4cd051ce9522006c56d0a294c132f187b585f418;hpb=e7bb9754823ae7a09f7ba3bf4ecd7b45663ae382;p=qmk_firmware.git diff --git a/.editorconfig b/.editorconfig index 4cd051ce9..26e3a39cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 # We recommend you to keep these unchanged charset = utf-8 @@ -19,9 +19,11 @@ indent_size = 4 # Make these match what we have in .gitattributes [*.mk] end_of_line = lf +indent_style = tab [Makefile] end_of_line = lf +indent_style = tab [*.sh] end_of_line = lf