1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 01:47:06 +00:00

Fix LF handling in .editorconfig

This commit is contained in:
Boris Zentner
2017-10-31 22:09:48 +01:00
committed by Robin Stuart
parent a91e4fab79
commit 996d84afe7

View File

@@ -1,6 +1,6 @@
root=true
[*]
end_of_line = crlf
end_of_line = lf
indent_style = space
indent_size = 4