-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enforce lf with editorconfig (#1192)
Co-authored-by: lucas lelievre <loucass003@gmail.com>
- Loading branch information
1 parent
ba3a2ce
commit 95c8c08
Showing
2 changed files
with
43 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* text=auto | ||
|
||
*.png binary | ||
*.webp binary | ||
*.gif binary |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,38 +1,38 @@ | ||
# Global code owner | ||
* @Eirenliel | ||
|
||
# Make everyone be able to approve SolarXR submodule changes | ||
/solarxr-protocol @ButterscotchV @Erimelowo @ImUrX @loucass003 | ||
|
||
# Make Loucas and Uriel the owners of all GUI stuff | ||
/gui/ @ImUrX @loucass003 | ||
/pnpm-lock.yaml @ImUrX @loucass003 | ||
/pnpm-workspace.yaml @ImUrX @loucass003 | ||
|
||
# Uriel and Erimel responsible for i18n | ||
/gui/public/i18n/ @ImUrX @Erimelowo | ||
/gui/src/i18n/ @ImUrX @Erimelowo | ||
/l10n.toml @ImUrX @Erimelowo | ||
|
||
/gui/src/components/settings/ @Erimelowo @ImUrX | ||
|
||
# Rust part of the GUI | ||
/gui/src-tauri/ @ImUrX | ||
/Cargo.lock @ImUrX | ||
|
||
# Some server code~ | ||
/server/ @ButterscotchV @Eirenliel @Erimelowo | ||
|
||
/server/src/main/java/dev/slimevr/autobone/ @ButterscotchV | ||
/server/src/main/java/dev/slimevr/poserecorder/ @ButterscotchV | ||
/server/src/main/java/dev/slimevr/posestreamer/ @ButterscotchV | ||
|
||
/server/src/main/java/dev/slimevr/osc/ @Erimelowo | ||
/server/src/main/java/dev/slimevr/tracking/processor/ @Erimelowo | ||
/server/src/main/java/dev/slimevr/filtering/ @Erimelowo | ||
|
||
# Linux files | ||
*.nix @ImUrX | ||
/flake.lock @ImUrX | ||
/dev.slimevr.SlimeVR.metainfo.xml @ImUrX | ||
/.envrc @ImUrX | ||
# Global code owner | ||
* @Eirenliel | ||
|
||
# Make everyone be able to approve SolarXR submodule changes | ||
/solarxr-protocol @ButterscotchV @Erimelowo @ImUrX @loucass003 | ||
|
||
# Make Loucas and Uriel the owners of all GUI stuff | ||
/gui/ @ImUrX @loucass003 | ||
/pnpm-lock.yaml @ImUrX @loucass003 | ||
/pnpm-workspace.yaml @ImUrX @loucass003 | ||
|
||
# Uriel and Erimel responsible for i18n | ||
/gui/public/i18n/ @ImUrX @Erimelowo | ||
/gui/src/i18n/ @ImUrX @Erimelowo | ||
/l10n.toml @ImUrX @Erimelowo | ||
|
||
/gui/src/components/settings/ @Erimelowo @ImUrX | ||
|
||
# Rust part of the GUI | ||
/gui/src-tauri/ @ImUrX | ||
/Cargo.lock @ImUrX | ||
|
||
# Some server code~ | ||
/server/ @ButterscotchV @Eirenliel @Erimelowo | ||
|
||
/server/src/main/java/dev/slimevr/autobone/ @ButterscotchV | ||
/server/src/main/java/dev/slimevr/poserecorder/ @ButterscotchV | ||
/server/src/main/java/dev/slimevr/posestreamer/ @ButterscotchV | ||
|
||
/server/src/main/java/dev/slimevr/osc/ @Erimelowo | ||
/server/src/main/java/dev/slimevr/tracking/processor/ @Erimelowo | ||
/server/src/main/java/dev/slimevr/filtering/ @Erimelowo | ||
|
||
# Linux files | ||
*.nix @ImUrX | ||
/flake.lock @ImUrX | ||
/dev.slimevr.SlimeVR.metainfo.xml @ImUrX | ||
/.envrc @ImUrX |