Skip to content

Commit

Permalink
Scaffold the repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 31, 2024
1 parent 790a658 commit 619deab
Show file tree
Hide file tree
Showing 109 changed files with 10,327 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true

[*.json]
indent_size = 2

[*.jsonc]
indent_size = 2

[*.vsconfig]
indent_size = 2
Loading

0 comments on commit 619deab

Please sign in to comment.