2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Files
CWE-ou-minkata/.editorconfig
rarified d7a68f326c Renormalize line endings on entire repository to <LF> (for files in repository).
.gitattributes will alter text endings depending on platform with "text=auto"
2021-02-27 12:03:48 -07:00

9 lines
164 B
INI

# Indicate there is no need to continue trawling
root = true
# Cyan's source files use tabs... mostly...
[*]
end_of_line = crlf
indent_style = tab
indent_size = 4