diff options
author | Hong Xu <hong@topbug.net> | 2013-06-10 10:13:33 +0100 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2013-06-10 10:13:33 +0100 |
commit | 77feb2c1c4a852d4494af0783f0c33d6835fd4bb (patch) | |
tree | 685715bcf6d5b88c4397385a330a93681a362e2e /.editorconfig | |
parent | ee4391d33e42347842c99559f3712a569c0e0526 (diff) | |
download | zsh-77feb2c1c4a852d4494af0783f0c33d6835fd4bb.tar.gz zsh-77feb2c1c4a852d4494af0783f0c33d6835fd4bb.tar.xz zsh-77feb2c1c4a852d4494af0783f0c33d6835fd4bb.zip |
move comment to individual line in .editorconfig
Diffstat (limited to '.editorconfig')
-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 |