diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 107f9ec..8bd845a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,8 @@ # Your editor may need a plugin for this configuration to take effect. # See http://editorconfig.org/#download for details. -root = true ; look no further +; look no further +root = true [*] charset = utf-8 |