Skip to content

Commit

Permalink
style: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Oct 21, 2024
1 parent ee05acf commit 98ece6f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://editorconfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.ts]
indent_size = 2
2 changes: 1 addition & 1 deletion .yamlfmt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ gitignore_excludes: true
eof_newline: true
exclude:
- .yamllint
- .pre-commit-config.yaml
- .pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ignore: |
.pre-commit-config.yaml
node_modules
node_modules

0 comments on commit 98ece6f

Please sign in to comment.