3D2D-Textscreens/.editorconfig
James Ross 2b3a5c4826
docs: remove old analytics info
chore: bump glualint
2023-12-29 22:16:37 +00:00

15 lines
202 B
INI

# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.yml]
indent_style = space
indent_size = 2