make Games 4 DOS easy

This commit is contained in:
2023-08-16 15:02:01 +03:00
commit b4fdd5a659
11 changed files with 352 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
end_of_line = crlf
indent_style = space
indent_size = 2
[*.bat]
end_of_line = crlf
[*.md]
trim_trailing_whitespace = false
[{LICENSE,READ.ME}]
end_of_line = crlf