diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-21 15:43:00 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-21 15:43:00 +0200 |
commit | 8bd40843cbaafd82e11d897fe210c0975b5bd73c (patch) | |
tree | ab01d06719113d7281dd6ece873e654cde0b92b7 /.editorconfig | |
parent | 358bd57295bdda494e11619e2e95bdbe271c0231 (diff) |
add disclaimers
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cd37156..bd1f474 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ indent_style = tab end_of_line = lf insert_final_newline = true -[*.md] +[*.{md,yml}] indent_style = space indent_size = 2 |