Skip to content

Commit

Permalink
crlf -> lf
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstoneWizard08 committed Mar 21, 2023
1 parent 56d86cc commit 1e7c991
Show file tree
Hide file tree
Showing 27 changed files with 900 additions and 900 deletions.
12 changes: 6 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[root]
root = true
tab_width = 4
end_of_line = lf
insert_final_newline = true
charset = utf-8
[root]
root = true
tab_width = 4
end_of_line = lf
insert_final_newline = true
charset = utf-8
62 changes: 31 additions & 31 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Why would I lint these?
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Why would I lint these?
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
60 changes: 30 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

testing

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Tauri generated files
target
wormhole.AppDir
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

testing

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Tauri generated files
target
wormhole.AppDir
62 changes: 31 additions & 31 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Prettier can mess this up
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Prettier can mess this up
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
62 changes: 31 additions & 31 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Why would I lint these?
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
# Build outputs
target
build
dist
out

# Dependencies
node_modules

# Why would I lint these?
*.md
LICENSE

# Image files
*.png
*.svg
*.gif
*.jpg
*.jpeg
*.jfif

# Lock files
*.lock
pnpm-lock.yaml
package-lock.json

# Git
.git

# Rust
*.rs
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = [
"cli",
"common",
"gui"
]
[workspace]
members = [
"cli",
"common",
"gui"
]
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License
Copyright (c) 2023 SpaceWarpDev
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License

Copyright (c) 2023 SpaceWarpDev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading

0 comments on commit 1e7c991

Please sign in to comment.