Skip to content

Commit

Permalink
chore(editorconfig): sort
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed May 8, 2024
1 parent 8a7547a commit 364203c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
# https://projectfluent.org/
[*.ftl]
indent_size = 2
indent_style = space

# https://projectfluent.org/
[*.ftl]
[*.{yml,yaml}]
indent_size = 2
indent_style = space

0 comments on commit 364203c

Please sign in to comment.