0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 04:43:41 +00:00

Added config file

This commit is contained in:
Benedikt Galbavy 2024-12-01 18:41:58 +01:00
parent b497991975
commit 2483b75983

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# allow game dev to overwrite settings
root=false
[*]
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true