diff options
| -rw-r--r-- | dot_editorconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index d45d72c..910689e 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -7,6 +7,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +indent_style = space # whether tabs or spaces, default to 4 indent_size = tab tab_width = 4 |
