Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Update .editorconfig file: comment lines should occupy individual lines



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