Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/octokit/request-erro…
Browse files Browse the repository at this point in the history
…r-5.1.1
  • Loading branch information
0x7061 authored Feb 19, 2025
2 parents 21d284d + e9d2667 commit 65c0b60
Show file tree
Hide file tree
Showing 14 changed files with 325 additions and 308 deletions.
14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,21 @@ indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[Makefile]
indent_size = 4
[*.java]
ij_java_imports_layout = $*, |, javax.**, java.**, |, *

[*.gradle]
[{*.gradle,*.kt,*.kts}]
indent_size = 4

[{*.json,*.jschema}]
indent_size = 4

[*.md]
max_line_length = off
trim_trailing_whitespace = false
trim_trailing_whitespace = false

[Makefile]
indent_size = 4

[*.swift]
indent_size = 4
Loading

0 comments on commit 65c0b60

Please sign in to comment.