···11-# Auto detect text files and perform LF normalization
22-* text=auto
11+# Normalize EOL for all files that Git considers text files.
22+* text=auto eol=lf
···11+; Engine configuration file.
22+; It's best edited using the editor UI and not directly,
33+; since the parameters that go here are not all obvious.
44+;
55+; Format:
66+; [section] ; section goes between []
77+; param=value ; assign values to parameters
88+99+config_version=5
1010+1111+[application]
1212+1313+config/name="Godot Wild Jam 80"
1414+config/features=PackedStringArray("4.4", "GL Compatibility")
1515+config/icon="res://icon.svg"
1616+1717+[debug]
1818+1919+gdscript/warnings/untyped_declaration=2
2020+2121+[display]
2222+2323+window/size/viewport_width=1280
2424+window/size/viewport_height=720
2525+window/size/resizable=false
2626+2727+[file_customization]
2828+2929+folder_colors={
3030+"res://Assets/": "green",
3131+"res://Resources/": "orange",
3232+"res://Scenes/": "blue"
3333+}
3434+3535+[rendering]
3636+3737+renderer/rendering_method="gl_compatibility"
3838+renderer/rendering_method.mobile="gl_compatibility"