diff --git a/.editorconfig b/.editorconfig index e892be3..67741b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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