Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Grayray75 committed Sep 18, 2023
1 parent 6ac0577 commit 26e7a88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
max_line_length = 160

[*.json]
max_line_length = 20

[*.yml]
indent_style = space
indent_size = 2

0 comments on commit 26e7a88

Please sign in to comment.