cake
/
p7utils
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.
p7utils/.editorconfig

13 lines
251 B
INI

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