diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index f989111..f0409bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ +root = true + +[*] indent_style=space indent_size=4 tab_width=4 |