Skip to content

Commit

Permalink
Stubbed out auto path logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mpulte committed Feb 3, 2024
1 parent 58190d3 commit 16dcbc0
Show file tree
Hide file tree
Showing 11 changed files with 415 additions and 304 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[*{json,yml,yaml,js,ts,css,html}]
end_of_line = lf
indent_size = 2

[*{java}]
end_of_line = lf
indent_size = 4
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* text=auto

.* text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.css text eol=lf
*.html text eol=lf
*.java text eol=lf
src/main/ts/** text eol=lf

*.bat text eol=crlf

*.jpg binary
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Grant execute permission
run: chmod +x gradlew
- name: Check formatting
Expand Down
Loading

0 comments on commit 16dcbc0

Please sign in to comment.