We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3505a commit 3f7a6a0Copy full SHA for 3f7a6a0
.editorconfig
@@ -1,5 +1,3 @@
1
-# https://github.com/z-shell/community/blob/main/docs/project/workspace/editor/editorconfig/.editorconfig-root
2
-#
3
# Space or Tabs?
4
# https://stackoverflow.com/questions/35649847/objective-reasons-for-using-spaces-instead-of-tabs-for-indentation
5
# https://stackoverflow.com/questions/12093748/how-to-use-tabs-instead-of-spaces-in-a-shell-script
@@ -39,6 +37,9 @@ trim_trailing_whitespace = false
39
37
[*.{cmd,bat}]
40
38
end_of_line = crlf
41
+[*za-*]
+end_of_line = lf
42
+
43
[*.{sh,bash,zsh,fish}]
44
end_of_line = lf
45
0 commit comments