Skip to content

Commit

Permalink
Added .editorconfig following CONTRIBUTING.md guidelines (#1663)
Browse files Browse the repository at this point in the history
[EditorConfig](https://editorconfig.org/) helps maintain consistent coding styles
  • Loading branch information
bberberov authored Oct 6, 2023
1 parent 005efbe commit cade4a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
insert_final_newline = true

[*.{yaml,yml}]
indent_style = space
indent_size = 2

0 comments on commit cade4a0

Please sign in to comment.