diff options
| author | 2022-02-19 20:55:07 +0100 | |
|---|---|---|
| committer | 2022-02-19 20:55:07 +0100 | |
| commit | 8b3f0aa590b51cfd7696ed212adf94fa43a0e858 (patch) | |
| tree | daefae18ee470d4f2f1622779d3cbf52d2bdeb61 /.editorconfig | |
initial
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..12d9669 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# https://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[*.md] +indent_style = space +indent_size = 2 |