https://github.com/AllenInstitute/ecephys_spike_sorting
Tip revision: 919992748a5324724ba87169ecdcf9eb6e3b9973 authored by Josh Siegle on 18 August 2024, 22:52:23 UTC
Merge pull request #91 from jingjie-li/master
Merge pull request #91 from jingjie-li/master
Tip revision: 9199927
.editorconfig
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[*.bat]
indent_style = tab
end_of_line = crlf
[Makefile]
indent_style = tab