diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-01 14:28:58 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-01 14:28:58 +0200 |
commit | 2e87afcdd54d4592dcc937cea9ec3f283ee6726c (patch) | |
tree | 35588ce186e292c2c8e0446338df233ac36e9714 /.editorconfig | |
parent | 8894d20ff0d1c1dde69879a21e756e01bcfa5262 (diff) |
WIP puzbusv2???
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index cd37156..4de909a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ indent_style = tab end_of_line = lf insert_final_newline = true -[*.md] +[*.{md,adoc}] indent_style = space indent_size = 2 |