diff --git a/.editorconfig b/.editorconfig index 4229670..c9be71c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ insert_final_newline = true trim_trailing_whitespace = true # TS/JS-Files -[*.{ts,js}] +[*.{ts,js,mjs}] indent_size = 2 # JSON-Files @@ -22,7 +22,6 @@ indent_style = tab # ReST-Files [*.{rst,rst.txt}] -indent_size = 4 max_line_length = 80 # Markdown-Files @@ -38,11 +37,6 @@ indent_size = 2 indent_size = 2 indent_style = tab -#.eslintrc.json -[.eslintrc.json] -indent_size = 2 -indent_style = space - # stylelint [.stylelintrc] indent_size = 2 @@ -56,8 +50,8 @@ indent_size = 2 indent_size = 2 # XLF-Files -[*.xlf] -indent_style = tab +[*.{xlf,xliff}] +indent_size = 2 # SQL-Files [*.sql] diff --git a/templates/editorconfig.dist b/templates/editorconfig.dist index 72bdfe1..d2a5d7f 100644 --- a/templates/editorconfig.dist +++ b/templates/editorconfig.dist @@ -51,8 +51,8 @@ indent_size = 2 indent_size = 2 # XLF-Files -[*.xlf] -indent_style = tab +[*.{xlf,xliff}] +indent_size = 2 # SQL-Files [*.sql]