F4MP/codigos originales/tiltedcode/.editorconfig
2026-01-06 18:53:59 +01:00

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