Skip to content

Commit

Permalink
add more rules to the .editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Jul 20, 2021
1 parent 6c387d9 commit 496b956
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[examples/azure-rules.yaml]
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{*.md,examples/*.yaml}]
trim_trailing_whitespace = false

0 comments on commit 496b956

Please sign in to comment.