fix fluent indentation in .editorconfig

This commit is contained in:
Miraty 2024-04-20 20:10:38 +02:00
parent c9438b5374
commit e32b34af6b
1 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,7 @@ end_of_line = lf
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[locales/**.ftl]
indent_style = spaces
indent_size = 4