diff --git a/js/.editorconfig b/.editorconfig similarity index 78% rename from js/.editorconfig rename to .editorconfig index b977ef7db..5686b442a 100644 --- a/js/.editorconfig +++ b/.editorconfig @@ -9,7 +9,3 @@ insert_final_newline = true trim_trailing_whitespace = true max_line_length = 80 quote_type = single - -[*.md] -max_line_length = off -trim_trailing_whitespace = false diff --git a/genkit-tools/.editorconfig b/genkit-tools/.editorconfig deleted file mode 100644 index a624bda31..000000000 --- a/genkit-tools/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -# Editor configuration, see https://editorconfig.org -root = true - -[*] -charset = utf-8 -indent_style = space -indent_size = 2 -insert_final_newline = true -trim_trailing_whitespace = true -max_line_length = 80 - -[*.ts] -quote_type = single -[*.js] -quote_type = single -[*.yaml] -quote_type = single - -[*.md] -max_line_length = off -trim_trailing_whitespace = false