diff options
| author | 2024-01-28 19:38:39 +0100 | |
|---|---|---|
| committer | 2024-01-28 19:38:39 +0100 | |
| commit | 4614f32ae10879061d0bcf8983340d81e3965a52 (patch) | |
| tree | a08a32c05cd0b16dbae45871ba0ac330a5135f26 | |
| parent | nvim: disable starter (diff) | |
editorconfig: expand markdown styles to janet, json, yaml, and yml
| -rw-r--r-- | dot_editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_editorconfig b/dot_editorconfig index 28c1928..27e3c50 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -13,6 +13,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = 4 -[*.md] +[*.{janet,json,md,yaml,yml}] indent_style = space indent_size = 2 |
