-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename src/neuroglancer/ -> src/ and reformat
prettier is now used for formatting, and biome is now used for linting.
- Loading branch information
Showing
1,035 changed files
with
119,690 additions
and
106,563 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Prevent line ending conversions by default to avoid problems with binary files. | ||
* -text | ||
|
||
# Known text files should have LF line endings. | ||
*.py text eol=lf | ||
*.ts text eol=lf | ||
*.js text eol=lf | ||
*.css text eol=lf | ||
*.json text eol=lf | ||
*.html text eol=lf | ||
*.svg text eol=lf | ||
*.md text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.