Skip to content

Commit

Permalink
add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 12, 2023
1 parent fc58588 commit 2fceadb
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 @@
[*.{yml,yaml}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
trim_final_newlines = true
insert_final_newline = true
max_line_length = 160

0 comments on commit 2fceadb

Please sign in to comment.