Skip to content

Commit

Permalink
Update EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Jan 3, 2022
1 parent 4d00fca commit 2f896fc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
root = true

[*]
insert_final_newline = true
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

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

0 comments on commit 2f896fc

Please sign in to comment.