1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-13 23:25:29 +00:00

Merge pull request #2223 from acqn/VSLineEndingFix

Reverted EOL settings (LF vs CRLF) for Visual Studio
This commit is contained in:
Bob Andrews
2023-10-14 13:19:57 +02:00
committed by GitHub

View File

@@ -2,7 +2,6 @@ root = true
[*]
charset = utf-8
end_of_line = crlf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true