Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Build: Add yaml coding styles in editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lognoz committed Dec 11, 2018
1 parent 0ed6768 commit a42dd88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ insert_final_newline = true
indent_style = space
indent_size = 3

[*.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit a42dd88

Please sign in to comment.