diff options
author | altaf-creator <dev@altafcreator.com> | 2024-04-13 14:55:31 +0700 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2024-04-13 14:55:31 +0700 |
commit | 24f5e910dd8f575adc483f768422ab51fdf905cc (patch) | |
tree | 3486579c0949ec89f3550ee94d35dc20a111ab0d /.gitattributes |
Initial commit. Exists: NumberNode, Player, dragging and dropping, joining NumberNodes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf |