diff --git a/.config/.editorconfig b/.config/.editorconfig index 14459e4..79f8bfc 100644 --- a/.config/.editorconfig +++ b/.config/.editorconfig @@ -13,14 +13,14 @@ tab_width = 3 [*.lua] max_line_length = 120 -[yaml] +[{*.yaml,*.yml}] indent_size = 2 -[json] +[*.json] indent_size = 2 tab_width = 2 indent_style = tab -[markdown] +[*.md] indent_size = 4 trim_trailing_whitespace = false \ No newline at end of file