Skip to content

Commit

Permalink
set indent_size of 2 for js and yaml files (MiczFlor#2026)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed May 5, 2023
1 parent 99bad28 commit 37a7938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ indent_size = 4

[*.md]
trim_trailing_whitespace = false

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

0 comments on commit 37a7938

Please sign in to comment.