diff --git a/.editorconfig b/.editorconfig index 8a80734..359e78e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,8 @@ root = true [*] # Change these settings to your own preference -indent_style = space -indent_size = 4 +indent_style = tab +indent_size = 2 # We recommend you to keep these unchanged end_of_line = lf