diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 58421c055..145dc3740 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,6 @@ -root = true # Top-most editorconfig file +# Top-most editorconfig file + +root = true [*] end_of_line = lf |