mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 18:20:54 +01:00
10 lines
215 B
INI
10 lines
215 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Makes git happier and use spaces for indentation
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = true
|