cake
/
libp7
Archived
1
0
Fork 1
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.
libp7/.editorconfig

13 lines
249 B
INI

# Editor Configuration for libp7 - 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