https://github.com/lspector/Clojush
Raw File
Tip revision: 65315d8891f2d82f27b7dcd262d9715a9da45c60 authored by Lee Spector on 09 June 2014, 15:18:20 UTC
Adjusted (improved?) agent error reporting; merged fowlslegs/patch-1 to eliminate extra recursion for unspecified args in interpreter.clj.
Tip revision: 65315d8
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.clj text
*.txt text
*.py text
*.dat text

# Declare files that will always have CRLF line endings on checkout.


# Denote all files that are truly binary and should not be modified.
back to top