diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-19 17:24:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-19 17:24:37 +0200 |
commit | 821974afa85d9daa2c0aaa49c109c5c4b4891ae4 (patch) | |
tree | cdb7b4fffa9e6b866a737d6937ada1f7741ec0d0 /.editorconfig | |
parent | 488899377dc72989a178173662f95d25fc69c59f (diff) |
add housekeeping notices
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..cd37156 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 + + |