Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Update .editorconfig file: comment lines should occupy individual lines
- X-seq: zsh-workers 31462
- From: Hong Xu <hong@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Update .editorconfig file: comment lines should occupy individual lines
- Date: Sat, 08 Jun 2013 00:32:43 -0700
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi All,
The attachment fixes an issue of the .editorconfig file in the zsh
repository: comments should occupy individual lines, but not be appended
to another line.
Thanks,
Hong
diff --git a/.editorconfig b/.editorconfig
index 58421c0..145dc37 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author