cake
/
libg1m
Archived
1
0
Fork 0
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
libg1m/.editorconfig

13 lines
250 B
INI

# Editor Configuration for libg1m - see http://editorconfig.org
root = true
# Unix-style newlines with a newline ending every file.
[*]
end_of_line = lf
insert_final_newline = true
# No war, just tabulations.
[*]
indent_style = tab
indent_size = 4