Skip to content

Commit

Permalink
such is life
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 10, 2024
1 parent 19c3621 commit badff26
Show file tree
Hide file tree
Showing 5 changed files with 1,220 additions and 407 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 32 additions & 4 deletions resources/language-metavariables/tree-sitter-yaml/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,38 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true

[corpus/*]
trim_trailing_whitespace = false
[*.{json,toml,yml,gyp}]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 2

[*.{c,cc,h}]
indent_style = space
indent_size = 4

[*.rs]
indent_style = space
indent_size = 4

[*.{py,pyi}]
indent_style = space
indent_size = 4

[*.swift]
indent_style = space
indent_size = 4

[*.go]
indent_style = tab
indent_size = 8

[Makefile]
indent_style = tab
indent_size = 8
Empty file.
13 changes: 0 additions & 13 deletions resources/language-metavariables/tree-sitter-yaml/.travis.yml

This file was deleted.

Loading

0 comments on commit badff26

Please sign in to comment.