zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Update .editorconfig file: comment lines should occupy individual lines
@ 2013-06-08  7:32 Hong Xu
  2013-06-08 18:45 ` Aaron Schrab
  0 siblings, 1 reply; 3+ messages in thread
From: Hong Xu @ 2013-06-08  7:32 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

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

[-- Attachment #2: editorconfig.patch --]
[-- Type: text/plain, Size: 242 bytes --]

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-06-08 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-08  7:32 [PATCH] Update .editorconfig file: comment lines should occupy individual lines Hong Xu
2013-06-08 18:45 ` Aaron Schrab
2013-06-08 18:52   ` Hong Xu

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).